diff options
Diffstat (limited to 'graphics/lcms2')
-rw-r--r-- | graphics/lcms2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index c2c85ca1241e..aab50e6211f1 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -11,7 +11,6 @@ CATEGORIES= graphics MASTER_SITES= SF/lcms/lcms/${PORTVERSION} \ http://www.littlecms.com/ - MAINTAINER= ports@FreeBSD.org COMMENT= Light Color Management System -- a color management library @@ -21,6 +20,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include USE_LDCONFIG= yes +WITH_FBSD10_FIX= yes OPTIONS= TIFFICC "Build color profile applier for TIFF" off \ JPEGICC "Build color profile applier for JPEG" off |