From a3f9cb69a62d6106a0d1c690b23b85881fe8965c Mon Sep 17 00:00:00 2001 From: leot Date: Fri, 13 Dec 2019 11:25:01 +0000 Subject: ghostscript-agpl: Really use graphics/lcms2 The bundled lcms2mt was still accidentally picked up making packages linked against graphics/lcms2 aborting (e.g. ImageMagick) when handling format that used ghostscript-agpl. PKGREVISION++ --- print/ghostscript-agpl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/ghostscript-agpl/Makefile b/print/ghostscript-agpl/Makefile index 0be53951138..5935fa3b232 100644 --- a/print/ghostscript-agpl/Makefile +++ b/print/ghostscript-agpl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2019/12/10 10:44:09 leot Exp $ +# $NetBSD: Makefile,v 1.48 2019/12/13 11:25:01 leot Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} GITHUB_PROJECT= ghostpdl-downloads @@ -90,6 +91,7 @@ post-extract: ${RM} -rf ${WRKSRC}/jbig2dec ${RM} -rf ${WRKSRC}/jpeg ${RM} -rf ${WRKSRC}/lcms2 + ${RM} -rf ${WRKSRC}/lcms2mt ${RM} -rf ${WRKSRC}/libpng ${RM} -rf ${WRKSRC}/openjpeg ${RM} -rf ${WRKSRC}/tiff -- cgit v1.2.3