Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 08:31:46 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340581 - head/graphics/entangle
Message-ID:  <201401210831.s0L8VktN062410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 :)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210831.s0L8VktN062410>