diff options
author | gahr <gahr@FreeBSD.org> | 2009-05-18 17:55:35 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-05-18 17:55:35 +0800 |
commit | 4ddc3fbe02bb8c12386550fce209b0ac7373ee22 (patch) | |
tree | 69d72aeb3b2ad850bd919b83d56490862f1cc425 /print | |
parent | 4dcaf96d8c092e6325a4c58007435ce987173fd6 (diff) | |
download | freebsd-ports-gnome-4ddc3fbe02bb8c12386550fce209b0ac7373ee22.tar.gz freebsd-ports-gnome-4ddc3fbe02bb8c12386550fce209b0ac7373ee22.tar.zst freebsd-ports-gnome-4ddc3fbe02bb8c12386550fce209b0ac7373ee22.zip |
- Re-enable cups support
- Add dependency on print/cups-image
- Bump PORTREVISION
Suggested by: dinoex
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript8/Makefile | 6 |
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 \ |