diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-19 21:04:30 +0800 |
commit | cdabc54ad469c80d08327c0d32dfa55c640cff2a (patch) | |
tree | eba3c1f7e94497327507881e3b0eb623013d377e /deskutils | |
parent | 3e5b766396a89930130c8530a30308b48d239d4b (diff) | |
download | freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.gz freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.tar.zst freebsd-ports-gnome-cdabc54ad469c80d08327c0d32dfa55c640cff2a.zip |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/google-gadgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/google-gadgets/Makefile b/deskutils/google-gadgets/Makefile index 28276f5dfb0d..62f6444d4c0b 100644 --- a/deskutils/google-gadgets/Makefile +++ b/deskutils/google-gadgets/Makefile @@ -43,7 +43,7 @@ CFLAGS+= -I${LOCALBASE}/include -Wno-deprecated-declarations CONFIGURE_ARGS= --disable-werror --enable-ltdl-install=no --with-browser-plugins-dir=${LOCALBASE}/lib/browser_plugins USE_AUTOTOOLS= libtool:env autoconf:env automake:env aclocal:env libltdl WANT_GNOME= yes -USE_GNOME= gnomehack +USES= pathfix INSTALLS_ICONS= yes OPTIONS= DEBUGGING "Enable debug output on runtime" on\ @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-gtk-host \ --disable-gtkwebkit-browser-element \ --disable-soup-xml-http-request .elif defined(WITH_GTK) -USE_GNOME= gtk20 +USES= gtk20 PLIST_SUB+= GTK="" CONFIGURE_ARGS+= --enable-gtk-host BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libsoup-2.4.pc:${PORTSDIR}/devel/libsoup |