From owner-svn-ports-head@FreeBSD.ORG Tue Jan 21 08:31:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AB1F197; Tue, 21 Jan 2014 08:31:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 361CE1189; Tue, 21 Jan 2014 08:31:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0L8VkTA062411; Tue, 21 Jan 2014 08:31:46 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0L8VktN062410; Tue, 21 Jan 2014 08:31:46 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201401210831.s0L8VktN062410@svn.freebsd.org> From: Koop Mast Date: Tue, 21 Jan 2014 08:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340581 - head/graphics/entangle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jan 2014 08:31:46 -0000 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 :)