diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-22 08:34:58 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-22 08:34:58 +0000 |
commit | 07ca9270d78ebab23ddc63ace33eb0331608d9a8 (patch) | |
tree | c6a94e64b945e577c2c95a29b9b7753594d3a3a6 /databases/grass7 | |
parent | 639bf0e4c6fc2159a61c1014cf0806d816c2fd7c (diff) |
Notes
Diffstat (limited to 'databases/grass7')
-rw-r--r-- | databases/grass7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile index 15784c68fba0..f50a082fc0df 100644 --- a/databases/grass7/Makefile +++ b/databases/grass7/Makefile @@ -24,6 +24,8 @@ COMMENT= Open source Geographical Information System (GIS) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT +BROKEN= fails to package + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgdal.so:graphics/gdal \ libpng.so:graphics/png \ |