Tue May 5 13:24:37 2015 UTC ()
Add Three more BUILD_DEPENDS for make test to pass, thanks joerg@


(mef)
diff -r1.14 -r1.15 pkgsrc/print/p5-LaTeX-Driver/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/print/p5-LaTeX-Driver/Makefile (expand / switch to unified diff)

--- pkgsrc/print/p5-LaTeX-Driver/Makefile 2015/05/03 20:25:50 1.14
+++ pkgsrc/print/p5-LaTeX-Driver/Makefile 2015/05/05 13:24:37 1.15
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.14 2015/05/03 20:25:50 wiz Exp $ 1# $NetBSD: Makefile,v 1.15 2015/05/05 13:24:37 mef Exp $
2 2
3DISTNAME= LaTeX-Driver-0.200.4 3DISTNAME= LaTeX-Driver-0.200.4
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= print 6CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/LaTeX-Driver/ 10HOMEPAGE= http://search.cpan.org/dist/LaTeX-Driver/
11COMMENT= Perl module encapsulates the details of invoking the Latex programs 11COMMENT= Perl module encapsulates the details of invoking the Latex programs
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14USE_TOOLS+= gs:run 14USE_TOOLS+= gs:run
@@ -22,18 +22,24 @@ DEPENDS+= p5-Module-Install-AuthorTests- @@ -22,18 +22,24 @@ DEPENDS+= p5-Module-Install-AuthorTests-
22DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly 22DEPENDS+= p5-Readonly-[0-9]*:../../devel/p5-Readonly
23DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs 23DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
24DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 24DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
25DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage 25DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
26DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling 26DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling
27DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class 27DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
28DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp 28DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
29DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin 29DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
30DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage 30DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage
31DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools 31DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
32DEPENDS+= web2c-[0-9]*:../../print/web2c 32DEPENDS+= web2c-[0-9]*:../../print/web2c
33DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 33DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
34 34
 35# for make test
 36BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 37BUILD_DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage
 38# t/20-complexdoc.t requires following package
 39BUILD_DEPENDS+= tex-bibtex-[0-9]*:../../print/tex-bibtex
 40
35PERL5_MODULE_TYPE= Module::Install 41PERL5_MODULE_TYPE= Module::Install
36PERL5_PACKLIST= auto/LaTeX/Driver/.packlist 42PERL5_PACKLIST= auto/LaTeX/Driver/.packlist
37 43
38.include "../../lang/perl5/module.mk" 44.include "../../lang/perl5/module.mk"
39.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"