po4a: add some missing dependencies
Now more of the testsuite runs through successfully. Bump PKGREVISION.
This commit is contained in:
parent
595e7db3c2
commit
df7f4bbf4e
1 changed files with 7 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.41 2020/08/31 18:12:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2020/09/04 10:38:13 wiz Exp $
|
||||
|
||||
DISTNAME= po4a-0.57
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=mquinson/}
|
||||
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
||||
|
@ -15,11 +15,15 @@ DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
|
|||
DEPENDS+= p5-gettext>=1.01:../../devel/p5-gettext
|
||||
DEPENDS+= p5-SGMLS-[0-9]*:../../textproc/p5-SGMLS
|
||||
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
||||
DEPENDS+= p5-Pod-Parser-[0-9]*:../../textproc/p5-Pod-Parser
|
||||
DEPENDS+= p5-Text-WrapI18N-[0-9]*:../../textproc/p5-Text-WrapI18N
|
||||
DEPENDS+= p5-CPAN-Meta>=2.141170:../../devel/p5-CPAN-Meta
|
||||
DEPENDS+= p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
|
||||
DEPENDS+= p5-Unicode-LineBreak-[0-9]*:../../textproc/p5-Unicode-LineBreak
|
||||
DEPENDS+= p5-YAML-Tiny-[0-9]*:../../textproc/p5-YAML-Tiny
|
||||
# kpsewhich
|
||||
DEPENDS+= kpathsea-[0-9]*:../../print/kpathsea
|
||||
# article.cls
|
||||
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
|
||||
|
||||
USE_TOOLS+= pkg-config perl:run msgmerge:run msgfmt:run
|
||||
|
||||
|
|
Loading…
Reference in a new issue