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) --- x11/libxcb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/libxcb') diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile index 1f41da6f3cab..80822da91407 100644 --- a/x11/libxcb/Makefile +++ b/x11/libxcb/Makefile @@ -25,7 +25,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes -USE_GNOME= gnomehack +USES= pathfix USE_GMAKE= yes USE_LDCONFIG= yes USE_XORG= xau xdmcp -- cgit