Modified: trunk/dports/science/gdal/Portfile (37931 => 37932)
--- 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