svn commit: r376781 - head/graphics/vips

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Jan 11 13:48:34 UTC 2015


Author: danilo
Date: Sun Jan 11 13:48:33 2015
New Revision: 376781
URL: https://svnweb.freebsd.org/changeset/ports/376781
QAT: https://qat.redports.org/buildarchive/r376781/

Log:
  - Fix a build dependency when using python

Modified:
  head/graphics/vips/Makefile

Modified: head/graphics/vips/Makefile
==============================================================================
--- head/graphics/vips/Makefile	Sun Jan 11 13:47:11 2015	(r376780)
+++ head/graphics/vips/Makefile	Sun Jan 11 13:48:33 2015	(r376781)
@@ -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>


More information about the svn-ports-all mailing list