diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 20ccd9747473..7853a52b3410 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -17,10 +17,12 @@ MASTER_SITES= http://grass.osgeo.org/%SUBDIR%/ \ MASTER_SITE_SUBDIR= grass64/source MAINTAINER= ports@FreeBSD.org -COMMENT= An open source Geographical Information System (GIS) +COMMENT= Open source Geographical Information System (GIS) LICENSE= GPLv2 +BROKEN= Does not build + BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \ jpeg:${PORTSDIR}/graphics/jpeg \ |