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) --- devel/ndesk-dbus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/ndesk-dbus') diff --git a/devel/ndesk-dbus/Makefile b/devel/ndesk-dbus/Makefile index bf640f9f542c..9cba9fd92626 100644 --- a/devel/ndesk-dbus/Makefile +++ b/devel/ndesk-dbus/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono RUN_DEPENDS= mono:${PORTSDIR}/lang/mono USE_GMAKE= yes -USE_GNOME= gnomehack +USES= pathfix USE_PKGCONFIG= build GNU_CONFIGURE= yes -- cgit