aboutsummaryrefslogtreecommitdiff
path: root/graphics/vips
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-01-11 13:48:33 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2015-01-11 13:48:33 +0000
commitdd72649f417163e8308b62c48fd5f4462ff07e4c (patch)
tree276fea967015d1f9814cb2d10b6e07b6b06b9156 /graphics/vips
parent5e88ecfcc8716e56fa1b281e40316d8a4a574f41 (diff)
downloadports-dd72649f417163e8308b62c48fd5f4462ff07e4c.tar.gz
ports-dd72649f417163e8308b62c48fd5f4462ff07e4c.zip
- Fix a build dependency when using python
Notes
Notes: svn path=/head/; revision=376781
Diffstat (limited to 'graphics/vips')
-rw-r--r--graphics/vips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile
index afafb55f34cf..3e398755ffb2 100644
--- a/graphics/vips/Makefile
+++ b/graphics/vips/Makefile
@@ -48,5 +48,7 @@ OPTIONS_SUB= yes
DOCS_CONFIGURE_ENABLE= docs
PYTHON_USES= python
PYTHON_CONFIGURE_WITH= python
+PYTHON_CONFIGURE_ENABLE= pyvips8
+PYTHON_USE= GNOME=pygobject3
.include <bsd.port.mk>