diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-01 08:04:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-01 08:04:22 +0000 |
commit | 52562c923c96d3ca6b62dda5ca569e8f261c5bec (patch) | |
tree | 2da98f722380b7f7c3526c7e57fbffcc969ac550 /print | |
parent | e6601fc111a1d64cd0b63601a4d5d37ab7bb85d2 (diff) | |
download | pkgsrc-52562c923c96d3ca6b62dda5ca569e8f261c5bec.tar.gz |
*: comment out p5-DB_File dependency, part of perl
Diffstat (limited to 'print')
-rw-r--r-- | print/LaTeXML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/LaTeXML/Makefile b/print/LaTeXML/Makefile index 89cd1fbc2f4..e70992c7bda 100644 --- a/print/LaTeXML/Makefile +++ b/print/LaTeXML/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2020/09/01 08:01:25 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/01 08:04:22 wiz Exp $ DISTNAME= LaTeXML-0.8.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= textproc www MASTER_SITES= https://dlmf.nist.gov/LaTeXML/releases/ @@ -11,7 +11,7 @@ COMMENT= LaTeX to XML/HTML/MathML Converter 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-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 |