View | Details | Raw Unified | Return to bug 228222 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	grass
4
PORTNAME=	grass
5
PORTVERSION=	7.4.0
5
PORTVERSION=	7.4.0
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	databases geography
7
CATEGORIES=	databases geography
8
MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
8
MASTER_SITES=	http://grass.osgeo.org/%SUBDIR%/ \
9
		http://grass.cict.fr/%SUBDIR%/ \
9
		http://grass.cict.fr/%SUBDIR%/ \
Lines 25-32 Link Here
25
LICENSE=	GPLv2+
25
LICENSE=	GPLv2+
26
LICENSE_FILE=	${WRKSRC}/GPL.TXT
26
LICENSE_FILE=	${WRKSRC}/GPL.TXT
27
27
28
BROKEN=		fails to package
29
30
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR}
28
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR}
31
LIB_DEPENDS=	libgdal.so:graphics/gdal \
29
LIB_DEPENDS=	libgdal.so:graphics/gdal \
32
		libpng.so:graphics/png \
30
		libpng.so:graphics/png \

Return to bug 228222