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

vince at macports.org vince at macports.org
Fri Aug 7 07:34:41 PDT 2015


Revision: 139212
          https://trac.macports.org/changeset/139212
Author:   vince at macports.org
Date:     2015-08-07 07:34:41 -0700 (Fri, 07 Aug 2015)
Log Message:
-----------
qgis: disable automatic detection of Grass irrespective of the variant

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

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2015-08-07 13:06:54 UTC (rev 139211)
+++ trunk/dports/gis/qgis/Portfile	2015-08-07 14:34:41 UTC (rev 139212)
@@ -84,6 +84,8 @@
 configure.args-append  "-DPYRCC4_PROGRAM=${prefix}/bin/pyrcc4-2.7"
 configure.args-append  "-DPYTHON_CUSTOM_FRAMEWORK=${Py_FRM}"
 configure.args-append  "-DSIP_BINARY_PATH=${prefix}/bin/sip-2.7"
+configure.args-append  "-DWITH_GRASS=OFF"
+configure.args-append  "-DWITH_GRASS7=OFF"
 
 pre-configure {
     reinplace -E "s|Versions/Current|Versions/2.7|" \
@@ -111,6 +113,8 @@
 variant grass               description "Build Grass (6.43) plugin" {
 
     #depends_lib-append      port:grass
+    configure.args-delete  "-DWITH_GRASS=OFF"
+    configure.args-append  "-DWITH_GRASS=ON"
     configure.args-append   \
                 "-DGRASS_PREFIX=${prefix}/share/grass-6.4.3"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150807/0146e0bd/attachment.html>


More information about the macports-changes mailing list