summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2009-05-18 09:55:35 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2009-05-18 09:55:35 +0000
commiteedf4d3f676b9263887341d86525d70cf3eed418 (patch)
treecd618420934a6ecacf70d9fee4027e85e9638c27
parentUpdate to 1.38 (diff)
- Re-enable cups support
- Add dependency on print/cups-image - Bump PORTREVISION Suggested by: dinoex
Notes
Notes: svn path=/head/; revision=234128
-rw-r--r--print/ghostscript8/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile
index 0fbe2082174c..d25942135371 100644
--- a/print/ghostscript8/Makefile
+++ b/print/ghostscript8/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ghostscript8
PORTVERSION= 8.64
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \
@@ -22,7 +22,8 @@ MAINTAINER= doceng@FreeBSD.org
COMMENT= Ghostscript 8.x PostScript interpreter
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
- png.5:${PORTSDIR}/graphics/png
+ png.5:${PORTSDIR}/graphics/png \
+ cupsimage.2:${PORTSDIR}/print/cups-image
RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts
CONFLICTS= gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]*
@@ -42,7 +43,6 @@ CONFIGURE_ENV= ${MAKE_ENV} \
CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-compile-inits \
- --disable-cups \
--enable-contrib \
--enable-dynamic \
--with-ijs \