diff options
| author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-01-11 13:48:33 +0000 | 
|---|---|---|
| committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2015-01-11 13:48:33 +0000 | 
| commit | dd72649f417163e8308b62c48fd5f4462ff07e4c (patch) | |
| tree | 276fea967015d1f9814cb2d10b6e07b6b06b9156 | |
| parent | www/chromium: (diff) | |
- Fix a build dependency when using python
| -rw-r--r-- | graphics/vips/Makefile | 2 | 
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>  | 
