pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/p5-LaTeX-Driver Fix build by add missing DEPENDS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18dea074883c
branches:  trunk
changeset: 347565:18dea074883c
user:      wen <wen%pkgsrc.org@localhost>
date:      Tue May 24 15:51:23 2016 +0000

description:
Fix build by add missing DEPENDS.

Spotted by:     joerg@

diffstat:

 print/p5-LaTeX-Driver/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8d8fa3d1ecc9 -r 18dea074883c print/p5-LaTeX-Driver/Makefile
--- a/print/p5-LaTeX-Driver/Makefile    Tue May 24 15:41:58 2016 +0000
+++ b/print/p5-LaTeX-Driver/Makefile    Tue May 24 15:51:23 2016 +0000
@@ -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-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



Home | Main Index | Thread Index | Old Index