1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix build on FreeBSD 10

- Remove contiguous blank line
This commit is contained in:
Beat Gaetzi 2011-10-27 10:37:43 +00:00
parent ce2f38ec49
commit 1c9a79eb5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284432
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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