diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-27 10:37:43 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-27 10:37:43 +0000 |
commit | 1c9a79eb5f7cae0b3a27e003feb4c0d4edf4bde7 (patch) | |
tree | f1723ea96ae2e461e107660851e9e6a4c83e6de1 /graphics/lcms2 | |
parent | ce2f38ec49a9a54e37595750578da9c4e2360d2b (diff) | |
download | ports-1c9a79eb5f7cae0b3a27e003feb4c0d4edf4bde7.tar.gz ports-1c9a79eb5f7cae0b3a27e003feb4c0d4edf4bde7.zip |
Notes
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 |