diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 11:36:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 11:36:49 +0000 |
commit | 25a6fa53a15942e129aae307591debf09942d66f (patch) | |
tree | 61457275ca26c34bcca6f4c98a6e47403268092f /print | |
parent | 56ae1aa357124260426d7a73ea32b6ed891efc17 (diff) | |
download | pkgsrc-25a6fa53a15942e129aae307591debf09942d66f.tar.gz |
*: remove p5-Getopt-Long, part of perl
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 |