From cdabc54ad469c80d08327c0d32dfa55c640cff2a Mon Sep 17 00:00:00 2001 From: eadler Date: Tue, 19 Mar 2013 13:04:30 +0000 Subject: 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) --- deskutils/google-gadgets/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deskutils') 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 -- cgit