Revision
37932
Author
landonf@macports.org
Date
2008-06-29 16:40:46 -0700 (Sun, 29 Jun 2008)

Log Message

Add a postgresql 8.3 variant

Modified Paths

Diff

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