aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2011-10-27 10:37:43 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2011-10-27 10:37:43 +0000
commit1c9a79eb5f7cae0b3a27e003feb4c0d4edf4bde7 (patch)
treef1723ea96ae2e461e107660851e9e6a4c83e6de1 /graphics
parentce2f38ec49a9a54e37595750578da9c4e2360d2b (diff)
- Fix build on FreeBSD 10
- Remove contiguous blank line
Notes
Notes: svn path=/head/; revision=284432
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lcms/Makefile2
-rw-r--r--graphics/lcms2/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile
index e46e718d92ae..3a6206b71be9 100644
--- a/graphics/lcms/Makefile
+++ b/graphics/lcms/Makefile
@@ -13,7 +13,6 @@ CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.19 \
http://www.littlecms.com/
-
MAINTAINER= ports@FreeBSD.org
COMMENT= Light Color Management System -- a color management library
@@ -23,6 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
USE_LDCONFIG= yes
+WITH_FBSD10_FIX= yes
WRKSRC= ${WRKDIR}/lcms-1.19
OPTIONS= TIFFICC "Build color profile applier for tiff" off \
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