diff options
author | hrs <hrs@FreeBSD.org> | 2012-02-29 13:39:38 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2012-02-29 13:39:38 +0800 |
commit | 67f7771ef15055180481a8287de6a09e21742873 (patch) | |
tree | 6a820a374350437d1784c4dfca9a645e3d6ba6a6 /print | |
parent | 980d6767a40bc56a35921dff0aa1c4caf487ae38 (diff) | |
download | freebsd-ports-gnome-67f7771ef15055180481a8287de6a09e21742873.tar.gz freebsd-ports-gnome-67f7771ef15055180481a8287de6a09e21742873.tar.zst freebsd-ports-gnome-67f7771ef15055180481a8287de6a09e21742873.zip |
Fix implicit dependency.
Diffstat (limited to 'print')
-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. \ |