Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 20:26:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383676 - head/misc/xiphos
Message-ID:  <201504092026.t39KQHvx010542@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Apr  9 20:26:16 2015
New Revision: 383676
URL: https://svnweb.freebsd.org/changeset/ports/383676

Log:
  Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)

Modified:
  head/misc/xiphos/Makefile

Modified: head/misc/xiphos/Makefile
==============================================================================
--- head/misc/xiphos/Makefile	Thu Apr  9 20:19:17 2015	(r383675)
+++ head/misc/xiphos/Makefile	Thu Apr  9 20:26:16 2015	(r383676)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libwebkitgtk-3.0.so:${PORTS
 USES=		gettext pkgconfig waf
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
-USE_GNOME=	gnomeprefix gtkhtml4 intlhack gtk30 gconf2 libgsf
+USE_GNOME=	gtkhtml4 intlhack gtk30 gconf2 libgsf
 
 OPTIONS_DEFINE=	DOCS
 



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