aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-11-23 05:56:37 +0800
committerantoine <antoine@FreeBSD.org>2016-11-23 05:56:37 +0800
commitd0de0f7002e161ad90ca0fe022ace115415fca39 (patch)
tree05b289bd5773df2dc5def55cb9b62d98f3e0e3f0 /graphics
parenta3d7a347a7d06a8a3651c30e04839c15810fd0da (diff)
downloadfreebsd-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 'graphics')
-rw-r--r--graphics/qgis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 91c703d1db29..37ef37bae651 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -11,7 +11,8 @@ COMMENT= Geographical Information System (GIS) data viewer
LICENSE= GPLv2
-BUILD_DEPENDS= txt2tags:textproc/txt2tags
+BUILD_DEPENDS= txt2tags:textproc/txt2tags \
+ python:lang/python
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libgdal.so:graphics/gdal \
libgeos.so:graphics/geos \