From owner-svn-ports-head@FreeBSD.ORG Tue Jan 13 05:02:01 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60F738D6; Tue, 13 Jan 2015 05:02:01 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4C439352; Tue, 13 Jan 2015 05:02:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0D521hs063404; Tue, 13 Jan 2015 05:02:01 GMT (envelope-from tabthorpe@FreeBSD.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0D521gg063403; Tue, 13 Jan 2015 05:02:01 GMT (envelope-from tabthorpe@FreeBSD.org) Message-Id: <201501130502.t0D521gg063403@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tabthorpe set sender to tabthorpe@FreeBSD.org using -f From: Thomas Abthorpe Date: Tue, 13 Jan 2015 05:02:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376905 - head/misc/xiphos 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.18-1 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, 13 Jan 2015 05:02:01 -0000 Author: tabthorpe Date: Tue Jan 13 05:02:00 2015 New Revision: 376905 URL: https://svnweb.freebsd.org/changeset/ports/376905 QAT: https://qat.redports.org/buildarchive/r376905/ Log: - Add in GNOME_USES=gconf2 Modified: head/misc/xiphos/Makefile Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Tue Jan 13 03:48:06 2015 (r376904) +++ head/misc/xiphos/Makefile Tue Jan 13 05:02:00 2015 (r376905) @@ -23,7 +23,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTS USES= gettext pkgconfig python:build INSTALLS_OMF= yes INSTALLS_ICONS= yes -USE_GNOME= gtk30 gnomeprefix gtkhtml4 intlhack libgsf +USE_GNOME= gnomeprefix gtkhtml4 intlhack gtk30 gconf2 libgsf OPTIONS_DEFINE= DOCS