summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-12-28 11:28:09 +0000
committerwiz <wiz@pkgsrc.org>2019-12-28 11:28:09 +0000
commit5a93b03b2ce4584fa3f83dfde519d29b887dae8a (patch)
tree954d6ebe3d4d968839b6eb568d0293fc03e0cf49
parente6b1b741cbf103a64f5b4661f02e70ab1542e4af (diff)
downloadpkgsrc-5a93b03b2ce4584fa3f83dfde519d29b887dae8a.tar.gz
gri: mark as BROKEN
ImageMagick cannot convert the documentation PS files to PNG files due to security policy, which breaks the build/installation.
-rw-r--r--graphics/gri/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile
index 40ec3c273b6..f9adea9dcea 100644
--- a/graphics/gri/Makefile
+++ b/graphics/gri/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2019/08/22 12:23:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2019/12/28 11:28:09 wiz Exp $
DISTNAME= gri-2.12.23
PKGREVISION= 23
@@ -10,6 +10,8 @@ HOMEPAGE= http://gri.sourceforge.net/
COMMENT= Language for scientific graphics applications
LICENSE= gnu-gpl-v3
+BROKEN= ImageMagick cannot convert the documentation PS files to PNG files due to security policy.
+
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
BUILD_DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
BUILD_DEPENDS+= tex-tex-[0-9]*:../../print/tex-tex