svn commit: r337449 - head/graphics/lcms2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 25 20:10:17 UTC 2013


Author: sunpoet
Date: Wed Dec 25 20:10:17 2013
New Revision: 337449
URL: http://svnweb.freebsd.org/changeset/ports/337449

Log:
  - Use USES=pathfix

Modified:
  head/graphics/lcms2/Makefile

Modified: head/graphics/lcms2/Makefile
==============================================================================
--- head/graphics/lcms2/Makefile	Wed Dec 25 19:45:08 2013	(r337448)
+++ head/graphics/lcms2/Makefile	Wed Dec 25 20:10:17 2013	(r337449)
@@ -20,8 +20,9 @@ TIFFICC_DESC=	Build color profile applie
 CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
-USE_GNOME=	gnomehack lthack
+USE_GNOME=	lthack
 USE_LDCONFIG=	yes
+USES=		pathfix
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 


More information about the svn-ports-head mailing list