[92466] trunk/dports/gis/qgis/Portfile

vince at macports.org vince at macports.org
Sun Apr 29 04:48:40 PDT 2012


Revision: 92466
          https://trac.macports.org/changeset/92466
Author:   vince at macports.org
Date:     2012-04-29 04:48:40 -0700 (Sun, 29 Apr 2012)
Log Message:
-----------
Makes both postgis variants conflict

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

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2012-04-29 11:45:54 UTC (rev 92465)
+++ trunk/dports/gis/qgis/Portfile	2012-04-29 11:48:40 UTC (rev 92466)
@@ -112,7 +112,8 @@
 	configure.args-append	"-DPOSTGRES_CONFIG=${PGSQL_DIR}/bin/pg_config"
 }
 
-variant postgis			description "Build postgis 1.x support" {
+variant postgis			description "Build postgis 1.x support" \
+                        conflicts postgis2 {
 	
 	depends_lib-append		port:postgis
 	
@@ -122,7 +123,8 @@
 	}
 }
 
-variant postgis2			description "Build postgis 2.x support" {
+variant postgis2			description "Build postgis 2.x support" \
+                            conflicts postgis {
 	
 	depends_lib-append		port:postgis2
 	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120429/2a802bb1/attachment-0001.html>


More information about the macports-changes mailing list