Date: Mon, 10 Aug 2015 19:55:02 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393899 - head/graphics/qgis Message-ID: <201508101955.t7AJt2tN007792@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Mon Aug 10 19:55:02 2015 New Revision: 393899 URL: https://svnweb.freebsd.org/changeset/ports/393899 Log: - Update dependency to databases/grass - Bump PORTREVISION PR: 201983 Submitted by: rhurlin@gwdg.de (maintainer) Modified: head/graphics/qgis/Makefile Modified: head/graphics/qgis/Makefile ============================================================================== --- head/graphics/qgis/Makefile Mon Aug 10 19:53:50 2015 (r393898) +++ head/graphics/qgis/Makefile Mon Aug 10 19:55:02 2015 (r393899) @@ -3,6 +3,7 @@ PORTNAME= qgis PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= rhurlin@gwdg.de @@ -58,7 +59,7 @@ BROKEN= GRASS plugin not supported on F .endif BUILD_DEPENDS+= grass64:${PORTSDIR}/databases/grass RUN_DEPENDS+= grass64:${PORTSDIR}/databases/grass -CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4 +CMAKE_ARGS+= -DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5 FORCE_MAKE_JOBS= NO PLIST_SUB+= GRASS="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508101955.t7AJt2tN007792>