View | Details | Raw Unified | Return to bug 201983
Collapse All | Expand All

(-)qgis/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	qgis
4
PORTNAME=	qgis
5
PORTVERSION=	2.10.1
5
PORTVERSION=	2.10.1
6
PORTREVISION=	1
6
CATEGORIES=	graphics geography
7
CATEGORIES=	graphics geography
7
8
8
MAINTAINER=	rhurlin@gwdg.de
9
MAINTAINER=	rhurlin@gwdg.de
Lines 58-64 Link Here
58
.endif
59
.endif
59
BUILD_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
60
BUILD_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
60
RUN_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
61
RUN_DEPENDS+=	grass64:${PORTSDIR}/databases/grass
61
CMAKE_ARGS+=	-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.4
62
CMAKE_ARGS+=	-DWITH_GRASS:BOOL=TRUE -DGRASS_PREFIX=${LOCALBASE}/grass-6.4.5
62
FORCE_MAKE_JOBS=	NO
63
FORCE_MAKE_JOBS=	NO
63
PLIST_SUB+=	GRASS=""
64
PLIST_SUB+=	GRASS=""
64
.else
65
.else

Return to bug 201983