summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2016-06-08 03:18:34 +0000
committerwen <wen@pkgsrc.org>2016-06-08 03:18:34 +0000
commit7c4feca71288efb6008f7d641f1554c081a7cc39 (patch)
tree2c5af8811fd24a0bdacf608e58746a5fb59e02b9 /textproc/p5-PDF-Create
parenta6aa3afcd77ed81661f1dd8107706eb915cf6d91 (diff)
downloadpkgsrc-7c4feca71288efb6008f7d641f1554c081a7cc39.tar.gz
Add missing DEPENDS
Spotted by: joerg@
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r--textproc/p5-PDF-Create/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile
index ff38d0e374e..5cca4f79361 100644
--- a/textproc/p5-PDF-Create/Makefile
+++ b/textproc/p5-PDF-Create/Makefile
@@ -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 @@ LICENSE= ${PERL5_LICENSE}
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