[112137] trunk/dports/gis/gdal/Portfile
stromnov at macports.org
stromnov at macports.org
Sat Oct 12 12:09:50 PDT 2013
Revision: 112137
https://trac.macports.org/changeset/112137
Author: stromnov at macports.org
Date: 2013-10-12 12:09:49 -0700 (Sat, 12 Oct 2013)
Log Message:
-----------
gdal: add postgresql93 variant
Modified Paths:
--------------
trunk/dports/gis/gdal/Portfile
Modified: trunk/dports/gis/gdal/Portfile
===================================================================
--- trunk/dports/gis/gdal/Portfile 2013-10-12 16:08:01 UTC (rev 112136)
+++ trunk/dports/gis/gdal/Portfile 2013-10-12 19:09:49 UTC (rev 112137)
@@ -275,6 +275,12 @@
configure.args-append --with-pg=${prefix}/lib/postgresql92/bin/pg_config
}
+variant postgresql93 description {Enable PostgreSQL 9.3 support} {
+ depends_lib-append port:postgresql93
+ configure.args-delete --without-pg
+ configure.args-append --with-pg=${prefix}/lib/postgresql93/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/20131012/75c62a4c/attachment.html>
More information about the macports-changes
mailing list