diff options
author | wiz <wiz@pkgsrc.org> | 2019-12-28 13:27:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-12-28 13:27:25 +0000 |
commit | 162f1b75448ccaf1291cc6be18cd4efc78951fd9 (patch) | |
tree | a77f2473e90fa306774826bf1774b21928ba6413 /graphics | |
parent | a0eae1d78a8a51bf1d14f0aa34ecc421318f5cd1 (diff) | |
download | pkgsrc-162f1b75448ccaf1291cc6be18cd4efc78951fd9.tar.gz |
gri: quote BROKEN
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gri/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gri/Makefile b/graphics/gri/Makefile index f9adea9dcea..7f19cc5ae74 100644 --- a/graphics/gri/Makefile +++ b/graphics/gri/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2019/12/28 11:28:09 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2019/12/28 13:27:25 wiz Exp $ DISTNAME= gri-2.12.23 PKGREVISION= 23 @@ -10,7 +10,7 @@ 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. +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 |