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/liblscp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/liblscp') diff --git a/audio/liblscp/Makefile b/audio/liblscp/Makefile index 036fcdab4338..59585e1b4eb7 100644 --- a/audio/liblscp/Makefile +++ b/audio/liblscp/Makefile @@ -16,7 +16,7 @@ COMMENT= Wrapper around the LSCP network protocol LICENSE= LGPL21 -USE_GNOME= gnomehack +USES= pathfix USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -- cgit