aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2012-10-13 20:17:19 +0000
committerHiroki Sato <hrs@FreeBSD.org>2012-10-13 20:17:19 +0000
commit1ab784db18766a7bf97a75ffe621554e7348ebf0 (patch)
treeda7952ce6b0e3443b42506d9d913d1785ad4f250 /print
parent256f3a3dba73b803a29ae012ff6e136fd72e7294 (diff)
downloadports-1ab784db18766a7bf97a75ffe621554e7348ebf0.tar.gz
ports-1ab784db18766a7bf97a75ffe621554e7348ebf0.zip
Fix liblcms conflict.
Spotted by: ume Feature safe: yes
Notes
Notes: svn path=/head/; revision=305849
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript9/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile
index 344817866198..7f05d55d3a89 100644
--- a/print/ghostscript9/Makefile
+++ b/print/ghostscript9/Makefile
@@ -2,6 +2,7 @@
PORTNAME= ghostscript
PORTVERSION= 9.06
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \
SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \
@@ -24,9 +25,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
jbig2dec:${PORTSDIR}/graphics/jbig2dec \
jpeg:${PORTSDIR}/graphics/jpeg \
png15:${PORTSDIR}/graphics/png \
- tiff:${PORTSDIR}/graphics/tiff
-# XXX: lcms shared lib support is broken
-# lcms:${PORTSDIR}/graphics/lcms
+ tiff:${PORTSDIR}/graphics/tiff \
+ lcms2:${PORTSDIR}/graphics/lcms2
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
CONFLICTS_INSTALL= gambc-[0-9]* ghostscript[78]-[0-9]* \
@@ -49,6 +49,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-compile-inits \
--enable-contrib \
--enable-dynamic \
+ --with-system-libtiff \
--with-ijs \
--with-libidn \
--without-jasper \
@@ -87,7 +88,7 @@ MLINKS= gslp.1 gsbj.1 \
ps2pdf.1 ps2pdf14.1 \
ps2ps.1 eps2eps.1
-EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper libpng tiff zlib
+EXCLUDE_DIRS= freetype jbig2dec jpeg expat jasper lcms lcms2 libpng tiff zlib
.include "Makefile.drivers"
.include <bsd.port.pre.mk>