Date: Sun, 11 Sep 2016 14:33:19 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421825 - head/graphics/qgis Message-ID: <201609111433.u8BEXJuK021192@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111433.u8BEXJuK021192>