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

vince at macports.org vince at macports.org
Sat Dec 12 07:06:42 PST 2015


Revision: 142758
          https://trac.macports.org/changeset/142758
Author:   vince at macports.org
Date:     2015-11-22 05:19:22 -0800 (Sun, 22 Nov 2015)
Log Message:
-----------
qgis: re-enable the +grass option to work with 'grass7' port

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

Modified: trunk/dports/gis/qgis/Portfile
===================================================================
--- trunk/dports/gis/qgis/Portfile	2015-11-22 13:18:36 UTC (rev 142757)
+++ trunk/dports/gis/qgis/Portfile	2015-11-22 13:19:22 UTC (rev 142758)
@@ -114,13 +114,13 @@
                 "-DPOSTGRES_CONFIG=${PGSQL_DIR}/bin/pg_config"
 }
 
-variant grass               description "Build Grass (6.43) plugin" {
+variant grass               description "Build Grass 7 plugin" {
 
     #depends_lib-append      port:grass
-    configure.args-delete  "-DWITH_GRASS=OFF"
-    configure.args-append  "-DWITH_GRASS=ON"
+    configure.args-delete  "-DWITH_GRASS7=OFF"
+    configure.args-append  "-DWITH_GRASS7=ON"
     configure.args-append   \
-                "-DGRASS_PREFIX=${prefix}/share/grass-6.4.3"
+                "-DGRASS_PREFIX7=${prefix}/share/grass-7.0.2"
 }
 
 configure.dir               ${worksrcpath}/build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/f9ecf5d0/attachment.html>


More information about the macports-changes mailing list