1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Update dependency to databases/grass

- Bump PORTREVISION

PR:		201983
Submitted by:	rhurlin@gwdg.de (maintainer)
This commit is contained in:
Thomas Zander 2015-08-10 19:55:02 +00:00
parent 036051a73c
commit 5b3ee78b57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393899

View File

@ -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 FreeBSD 8.x and 9.x
.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