[59001] trunk/dports/gis/gdal-grass/Portfile

vince at macports.org vince at macports.org
Thu Oct 8 06:12:11 PDT 2009


Revision: 59001
          http://trac.macports.org/changeset/59001
Author:   vince at macports.org
Date:     2009-10-08 06:12:10 -0700 (Thu, 08 Oct 2009)
Log Message:
-----------
dependecy grass63 -> grass

Modified Paths:
--------------
    trunk/dports/gis/gdal-grass/Portfile

Modified: trunk/dports/gis/gdal-grass/Portfile
===================================================================
--- trunk/dports/gis/gdal-grass/Portfile	2009-10-08 13:09:15 UTC (rev 59000)
+++ trunk/dports/gis/gdal-grass/Portfile	2009-10-08 13:12:10 UTC (rev 59001)
@@ -7,13 +7,14 @@
 version								1.4.3
 maintainers						vince
 description						This plugin allows GDAL to read GRASS files
+long_description					This plugin allows GDAL to read GRASS files
 
 homepage							http://grass.osgeo.org/
 
 platforms							darwin
 
 depends_lib						port:gdal \
-											port:grass63
+											port:grass
 
 master_sites					http://download.osgeo.org/gdal/
 
@@ -32,7 +33,7 @@
 # Select Grass version
 
 variant grass64 description "Builds against grass64" {
-	depends_lib-delete		port:grass63
+	depends_lib-delete		port:grass
 	depends_lib-append		port:grass64
 	
 	configure.args-delete	--with-grass=${prefix}/lib
@@ -62,4 +63,4 @@
 	}
 }
 
-build.target	
\ No newline at end of file
+build.target	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091008/5542ef53/attachment.html>


More information about the macports-changes mailing list