svn commit: r421825 - head/graphics/qgis

Wen Heping wen at FreeBSD.org
Sun Sep 11 14:33:20 UTC 2016


Author: wen
Date: Sun Sep 11 14:33:19 2016
New Revision: 421825
URL: https://svnweb.freebsd.org/changeset/ports/421825

Log:
  - Fix build with GRASS option with updating DGRASS_PREFIX

Modified:
  head/graphics/qgis/Makefile

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sun Sep 11 14:29:41 2016	(r421824)
+++ head/graphics/qgis/Makefile	Sun Sep 11 14:33:19 2016	(r421825)
@@ -64,7 +64,7 @@ DEBUG_CMAKE_OFF=	-DCMAKE_BUILD_TYPE=Rele
 
 GRASS_BUILD_DEPENDS=	grass64:databases/grass
 GRASS_RUN_DEPENDS=	grass64:databases/grass
-GRASS_CMAKE_ON=		-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
+GRASS_CMAKE_ON=		-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.6
 GRASS_CMAKE_OFF=	-DWITH_GRASS:BOOL=FALSE
 GRASS_FORCE_MAKE_JOBS=	NO
 


More information about the svn-ports-all mailing list