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) --- ftp/curlpp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/curlpp') diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 4af59e4b4f0c..e7fdb711618c 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ARGS= --disable-ewarning CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack +USES= pathfix USE_LDCONFIG= yes .include -- cgit