diff options
author | joerg <joerg> | 2015-03-14 15:23:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-03-14 15:23:21 +0000 |
commit | 5dd6b314244bd3627c5fb362ade0a74202b8d21b (patch) | |
tree | d4c55673922e4975004f33751a408bf72c0e3de7 | |
parent | 9b9ee29204d4c17e25a5dd78d5cf0a1f62c893ff (diff) | |
download | pkgsrc-5dd6b314244bd3627c5fb362ade0a74202b8d21b.tar.gz |
Fix dependencies. Bump revision.
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index 6ec9a267d38..722a2cc6aeb 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2015/03/12 16:44:04 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2015/03/14 15:23:21 joerg Exp $ DISTNAME= Pod-Spell-1.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} @@ -15,6 +15,7 @@ DEPENDS+= {perl>=5.9.3,p5-Pod-Escapes>=1.01}:../../textproc/p5-Pod-Escapes DEPENDS+= p5-Lingua-EN-Inflect>=0:../../textproc/p5-Lingua-EN-Inflect DEPENDS+= p5-Class-Tiny>=0:../../devel/p5-Class-Tiny DEPENDS+= p5-File-ShareDir>=0:../../devel/p5-File-ShareDir +DEPENDS+= p5-File-ShareDir-Install>=0:../../devel/p5-File-ShareDir-Install DEPENDS+= p5-File-ShareDir-ProjectDistDir>=0:../../devel/p5-File-ShareDir-ProjectDistDir PERL5_PACKLIST= auto/Pod/Spell/.packlist |