diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-29 05:39:38 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-02-29 05:39:38 +0000 |
commit | 8c2c400841d5cc88c83523ff4c54f90afa7d4974 (patch) | |
tree | 27925d7fc1a883328c933cc4e3639d242c2ef70a /print/ghostscript9 | |
parent | 05448d057c6a766726d7bf524083737838abe4dd (diff) | |
download | ports-8c2c400841d5cc88c83523ff4c54f90afa7d4974.tar.gz ports-8c2c400841d5cc88c83523ff4c54f90afa7d4974.zip |
Notes
Diffstat (limited to 'print/ghostscript9')
-rw-r--r-- | print/ghostscript9/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index 63db5f688dab..39a491ac30ae 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -7,6 +7,7 @@ PORTNAME= ghostscript9 PORTVERSION= 9.05 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ @@ -23,8 +24,10 @@ MAINTAINER= doceng@FreeBSD.org COMMENT= Ghostscript 9.x PostScript interpreter LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ + idn:${PORTSDIR}/dns/libidn \ jbig2dec:${PORTSDIR}/graphics/jbig2dec \ jpeg:${PORTSDIR}/graphics/jpeg \ + paper:${PORTSDIR}/print/libpaper \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff @@ -54,6 +57,8 @@ CONFIGURE_ARGS= --disable-compile-inits \ --enable-contrib \ --enable-dynamic \ --with-ijs \ + --with-libidn \ + --with-libpaper \ --without-jasper \ --with-drivers="" CPPFLAGS+= -DUPD_SIGNAL=0 -I. \ |