diff options
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-LaTeX-Driver/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index b63e07813a2..22b10e2fe64 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2015/05/03 20:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/05/05 13:24:37 mef Exp $ DISTNAME= LaTeX-Driver-0.200.4 PKGNAME= p5-${DISTNAME} @@ -32,6 +32,12 @@ DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= web2c-[0-9]*:../../print/web2c DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk +# for make test +BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception +BUILD_DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage +# t/20-complexdoc.t requires following package +BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex + PERL5_MODULE_TYPE= Module::Install PERL5_PACKLIST= auto/LaTeX/Driver/.packlist |