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/opus/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/opus') diff --git a/audio/opus/Makefile b/audio/opus/Makefile index 472c2ab1c12e..089254b1ae54 100644 --- a/audio/opus/Makefile +++ b/audio/opus/Makefile @@ -11,7 +11,7 @@ MAINTAINER= naddy@FreeBSD.org COMMENT= IETF audio codec USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -- cgit