diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-23 05:56:37 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-23 05:56:37 +0800 |
commit | d0de0f7002e161ad90ca0fe022ace115415fca39 (patch) | |
tree | 05b289bd5773df2dc5def55cb9b62d98f3e0e3f0 /databases | |
parent | a3d7a347a7d06a8a3651c30e04839c15810fd0da (diff) | |
download | freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.tar.gz freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.tar.zst freebsd-ports-gnome-d0de0f7002e161ad90ca0fe022ace115415fca39.zip |
Add explicit build dependency on the python symlink, right now they rely on
it being provided by x11-toolkits/gtk20
Diffstat (limited to 'databases')
-rw-r--r-- | databases/grass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 235bc45ce3ec..4f3acef0c798 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -25,7 +25,8 @@ COMMENT= Open source Geographical Information System (GIS) LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GPL.TXT -BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:devel/swig13 \ + python:lang/python LIB_DEPENDS= libgdal.so:graphics/gdal \ libpng.so:graphics/png \ libproj.so:graphics/proj \ |