diff options
author | tijl <tijl@FreeBSD.org> | 2019-04-22 17:14:17 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2019-04-22 17:14:17 +0800 |
commit | d2c3b3c671507f3df764ea265c416ef6665ef53e (patch) | |
tree | e649d87109417a30ee8b84bc7d4bbee5af80b98b /print/ghostscript9-agpl-base | |
parent | c06a9b75d2e7a8ab570dcd4a22f82177ae00934a (diff) | |
download | freebsd-ports-gnome-d2c3b3c671507f3df764ea265c416ef6665ef53e.tar.gz freebsd-ports-gnome-d2c3b3c671507f3df764ea265c416ef6665ef53e.tar.zst freebsd-ports-gnome-d2c3b3c671507f3df764ea265c416ef6665ef53e.zip |
Require jbig2dec>=0.16. It fails to build with older versions.
Reported by: cy
Diffstat (limited to 'print/ghostscript9-agpl-base')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index eae4ef408a9c..b5a04deac4e7 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -11,6 +11,7 @@ COMMENT= PostScript and PDF interpreter LICENSE= AGPLv3 +BUILD_DEPENDS= jbig2dec>=0.16:graphics/jbig2dec LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ libidn.so:dns/libidn \ |