Date: Sun, 11 Jan 2015 13:48:34 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376781 - head/graphics/vips Message-ID: <201501111348.t0BDmYhe035828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111348.t0BDmYhe035828>