diff options
author | antoine <antoine@FreeBSD.org> | 2015-04-10 04:26:16 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-04-10 04:26:16 +0800 |
commit | 3059d102c11794f653587df2707df037f11d691e (patch) | |
tree | deb6dcb961abbbffce271a0c7975e67d9edf0981 /misc/xiphos | |
parent | 0e1132211deb85e46a6150371d5ee80c1beff020 (diff) | |
download | freebsd-ports-gnome-3059d102c11794f653587df2707df037f11d691e.tar.gz freebsd-ports-gnome-3059d102c11794f653587df2707df037f11d691e.tar.zst freebsd-ports-gnome-3059d102c11794f653587df2707df037f11d691e.zip |
Unbreak after conversion to USES=waf (gnomeprefix adds unhandled args)
Diffstat (limited to 'misc/xiphos')
-rw-r--r-- | misc/xiphos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index a6434423a47b..7a67bd7e6afa 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3 \ 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 |