aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2011-10-27 18:37:43 +0800
committerbeat <beat@FreeBSD.org>2011-10-27 18:37:43 +0800
commitd53ee82732c2e121ed5f388b424d1c5a9f5d7ccc (patch)
tree4171a286f9e2f65f11b1567c880ff89938a2b816
parent4cd049a37cd258f4ed64e2c37eb1a9b244949847 (diff)
downloadfreebsd-ports-gnome-d53ee82732c2e121ed5f388b424d1c5a9f5d7ccc.tar.gz
freebsd-ports-gnome-d53ee82732c2e121ed5f388b424d1c5a9f5d7ccc.tar.zst
freebsd-ports-gnome-d53ee82732c2e121ed5f388b424d1c5a9f5d7ccc.zip
- Fix build on FreeBSD 10
- Remove contiguous blank line
-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