svn commit: r340581 - head/graphics/entangle

Koop Mast kwm at FreeBSD.org
Tue Jan 21 08:31:46 UTC 2014


Author: kwm
Date: Tue Jan 21 08:31:45 2014
New Revision: 340581
URL: http://svnweb.freebsd.org/changeset/ports/340581
QAT: https://qat.redports.org/buildarchive/r340581/

Log:
  Add introspection to USE_GNOME. It was already pulled in indirectly, but this
  will prevent introspection from making a /root/.cache dir.
  
  Approved by:	maintainer

Modified:
  head/graphics/entangle/Makefile

Modified: head/graphics/entangle/Makefile
==============================================================================
--- head/graphics/entangle/Makefile	Tue Jan 21 08:31:08 2014	(r340580)
+++ head/graphics/entangle/Makefile	Tue Jan 21 08:31:45 2014	(r340581)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libgphoto2.so:${PORTSDIR}/g
 
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
-USE_GNOME=	gtk30
+USE_GNOME=	gtk30 introspection:build
 
 # XXX: it would be nice if one day this option would be passed automatically
 # to configure scripts that support it :)


More information about the svn-ports-all mailing list