svn commit: r499622 - head/print/ghostscript9-agpl-base

Tijl Coosemans tijl at FreeBSD.org
Mon Apr 22 09:14:18 UTC 2019


Author: tijl
Date: Mon Apr 22 09:14:17 2019
New Revision: 499622
URL: https://svnweb.freebsd.org/changeset/ports/499622

Log:
  Require jbig2dec>=0.16.  It fails to build with older versions.
  
  Reported by:	cy

Modified:
  head/print/ghostscript9-agpl-base/Makefile

Modified: head/print/ghostscript9-agpl-base/Makefile
==============================================================================
--- head/print/ghostscript9-agpl-base/Makefile	Mon Apr 22 09:12:27 2019	(r499621)
+++ head/print/ghostscript9-agpl-base/Makefile	Mon Apr 22 09:14:17 2019	(r499622)
@@ -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 \


More information about the svn-ports-head mailing list