mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build on FreeBSD 10
- Remove contiguous blank line
This commit is contained in:
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
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue