[37932] trunk/dports/science/gdal/Portfile

landonf at macports.org landonf at macports.org
Sun Jun 29 16:40:46 PDT 2008


Revision: 37932
          http://trac.macosforge.org/projects/macports/changeset/37932
Author:   landonf at macports.org
Date:     2008-06-29 16:40:46 -0700 (Sun, 29 Jun 2008)
Log Message:
-----------
Add a postgresql 8.3 variant

Modified Paths:
--------------
    trunk/dports/science/gdal/Portfile

Modified: trunk/dports/science/gdal/Portfile
===================================================================
--- trunk/dports/science/gdal/Portfile	2008-06-29 23:39:29 UTC (rev 37931)
+++ trunk/dports/science/gdal/Portfile	2008-06-29 23:40:46 UTC (rev 37932)
@@ -67,6 +67,12 @@
 	configure.args-append	--with-pg=${prefix}/lib/postgresql82/bin/pg_config
 }
 
+variant postgresql83 {
+	depends_lib-append		port:postgresql83
+	configure.args-delete	--without-pg
+	configure.args-append	--with-pg=${prefix}/lib/postgresql83/bin/pg_config
+}
+
 variant sqlite3 {
 	depends_lib-append		port:sqlite3
 	configure.args-delete	--without-sqlite
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080629/1a2729ae/attachment.html 


More information about the macports-changes mailing list