[92196] trunk/dports/gis/gdal/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Sat Apr 21 13:50:33 PDT 2012


Revision: 92196
          https://trac.macports.org/changeset/92196
Author:   macsforever2000 at macports.org
Date:     2012-04-21 13:50:30 -0700 (Sat, 21 Apr 2012)
Log Message:
-----------
gdal: Add postgresql91 variant. (#32451)

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

Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile	2012-04-21 18:27:29 UTC (rev 92195)
+++ trunk/dports/gis/gdal/Portfile	2012-04-21 20:50:30 UTC (rev 92196)
@@ -225,6 +225,12 @@
 	configure.args-append	--with-pg=${prefix}/lib/postgresql90/bin/pg_config
 }
 
+variant postgresql91 description {Enable PostgreSQL 9.1 support} {
+	depends_lib-append		port:postgresql91
+	configure.args-delete	--without-pg
+	configure.args-append	--with-pg=${prefix}/lib/postgresql91/bin/pg_config
+}
+
 variant mysql5 description {Enable MySQL 5 support} {
 	depends_lib-append		path:bin/mysql_config5:mysql5
 	configure.args-delete	--without-mysql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120421/ae890c8b/attachment.html>


More information about the macports-changes mailing list