diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/LaTeXML/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/LaTeXML/Makefile b/print/LaTeXML/Makefile index e70992c7bda..d79cb512f6e 100644 --- a/print/LaTeXML/Makefile +++ b/print/LaTeXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2020/09/01 08:04:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2020/09/04 11:36:49 wiz Exp $ DISTNAME= LaTeXML-0.8.2 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= textproc www MASTER_SITES= https://dlmf.nist.gov/LaTeXML/releases/ @@ -13,7 +13,6 @@ LICENSE= public-domain DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip #DEPENDS+= p5-DB_File-[0-9]*:../../databases/p5-DB_File DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which -DEPENDS+= p5-Getopt-Long-[0-9]*:../../devel/p5-Getopt-Long DEPENDS+= p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS |