pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-PDF-Create Add missing DEPENDS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55596c43569f
branches:  trunk
changeset: 348137:55596c43569f
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Jun 08 03:18:34 2016 +0000

description:
Add missing DEPENDS

Spotted by:     joerg@

diffstat:

 textproc/p5-PDF-Create/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 4edc411eed1c -r 55596c43569f textproc/p5-PDF-Create/Makefile
--- a/textproc/p5-PDF-Create/Makefile   Wed Jun 08 00:00:56 2016 +0000
+++ b/textproc/p5-PDF-Create/Makefile   Wed Jun 08 03:18:34 2016 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2016/06/05 12:54:08 wen Exp $
+# $NetBSD: Makefile,v 1.39 2016/06/08 03:18:34 wen Exp $
 #
 
 DISTNAME=      PDF-Create-1.32
 PKGNAME=       p5-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=PDF/}
 
@@ -14,6 +15,8 @@
 PERL5_PACKLIST=                auto/PDF/Create/.packlist
 
 DEPENDS+=      p5-File-Share>=0.25:../../devel/p5-File-Share
+DEPENDS+=      p5-File-ShareDir>=0:../../devel/p5-File-ShareDir
+DEPENDS+=      p5-File-ShareDir-Install>=0:../../devel/p5-File-ShareDir-Install
 DEPENDS+=      p5-JSON>=0:../../converters/p5-JSON
 
 BUILD_DEPENDS= p5-Test-LeakTrace>=0.14:../../devel/p5-Test-LeakTrace



Home | Main Index | Thread Index | Old Index