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) --- audio/celt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/celt') diff --git a/audio/celt/Makefile b/audio/celt/Makefile index b5c2ae60b9ba..0b060343dd6f 100644 --- a/audio/celt/Makefile +++ b/audio/celt/Makefile @@ -23,6 +23,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ogg=${LOCALBASE} USE_GMAKE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack +USES= pathfix .include -- cgit