diff options
author | wen <wen@pkgsrc.org> | 2016-05-24 15:51:23 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-05-24 15:51:23 +0000 |
commit | fd58b0a947a4a5ce78c04be0ca1705d132a2d3aa (patch) | |
tree | 5fcb2485c7855f9c28d7b856045cdcadc6180d35 | |
parent | 7d1295a46307e132af9409e895196f4cda43bca2 (diff) | |
download | pkgsrc-fd58b0a947a4a5ce78c04be0ca1705d132a2d3aa.tar.gz |
Fix build by add missing DEPENDS.
Spotted by: joerg@
-rw-r--r-- | print/p5-LaTeX-Driver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/p5-LaTeX-Driver/Makefile b/print/p5-LaTeX-Driver/Makefile index 9b29f306744..c2edc064572 100644 --- a/print/p5-LaTeX-Driver/Makefile +++ b/print/p5-LaTeX-Driver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2016/05/07 02:48:28 wen Exp $ +# $NetBSD: Makefile,v 1.19 2016/05/24 15:51:23 wen Exp $ DISTNAME= LaTeX-Driver-0.300.2 PKGNAME= p5-${DISTNAME} @@ -25,6 +25,7 @@ DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage DEPENDS+= p5-Test-Spelling-[0-9]*:../../devel/p5-Test-Spelling DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp +DEPENDS+= p5-IO-All>=0:../../devel/p5-IO-All DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin DEPENDS+= tex-lastpage-[0-9]*:../../print/tex-lastpage DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools |