summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-10-26 07:01:33 +0000
committermaya <maya@pkgsrc.org>2017-10-26 07:01:33 +0000
commit37f9a7d98a008426b20ebb28d87353dc2f89a3c1 (patch)
tree0829dcb8b233aca654bfdf689b1bba1a8f5547c5 /print
parenta401a72a116f8cb871a3140ca06dfc46e00b6e6d (diff)
downloadpkgsrc-37f9a7d98a008426b20ebb28d87353dc2f89a3c1.tar.gz
ghostscript-gpl: use system tiff instead of outdated builtin.
bump pkgrevision
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-gpl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile
index d4eaa3f1d28..083b5e1036e 100644
--- a/print/ghostscript-gpl/Makefile
+++ b/print/ghostscript-gpl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2017/10/26 04:41:37 maya Exp $
+# $NetBSD: Makefile,v 1.31 2017/10/26 07:01:33 maya Exp $
DISTNAME= ghostscript-${GS_VERSION}
PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-gpl/}
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
MASTER_SITES+= https://ghostscript.com/releases/
@@ -34,6 +34,7 @@ UNLIMIT_RESOURCES+= datasize # gsromfs1.c
BUILD_TARGET= so
INSTALL_TARGET= soinstall
CONFIGURE_ARGS+= --with-omni=no # otherwise pulls in libstdc++
+CONFIGURE_ARGS+= --with-system-libtiff
REPLACE_PERL+= toolbin/localcluster/clusterpush.pl
REPLACE_PERL+= toolbin/checkdeps.pl
@@ -100,7 +101,7 @@ post-extract:
${MKDIR} ${WRKSRC}/obj
# ${RM} -rf ${WRKSRC}/jasper
${RM} -rf ${WRKSRC}/libpng
-# ${RM} -rf ${WRKSRC}/tiff
+ ${RM} -rf ${WRKSRC}/tiff
${RM} -rf ${WRKSRC}/zlib
${RM} -rf ${WRKSRC}/freetype
#