diff options
author | joerg <joerg@pkgsrc.org> | 2010-08-01 01:28:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-08-01 01:28:48 +0000 |
commit | 988f5fd11edd5e691ee65dd2146361f27dd74077 (patch) | |
tree | a16130631990221155f5ccb9aabcb37059846f5d /textproc/p5-Pod-Spell-CommonMistakes | |
parent | 97bd888f8bf337460439d7a56a5205acd267af3c (diff) | |
download | pkgsrc-988f5fd11edd5e691ee65dd2146361f27dd74077.tar.gz |
Fix dependency
Diffstat (limited to 'textproc/p5-Pod-Spell-CommonMistakes')
-rw-r--r-- | textproc/p5-Pod-Spell-CommonMistakes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Pod-Spell-CommonMistakes/Makefile b/textproc/p5-Pod-Spell-CommonMistakes/Makefile index 64460f262c2..3b1cb3aab06 100644 --- a/textproc/p5-Pod-Spell-CommonMistakes/Makefile +++ b/textproc/p5-Pod-Spell-CommonMistakes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 07:34:31 sno Exp $ +# $NetBSD: Makefile,v 1.2 2010/08/01 01:28:48 joerg Exp $ DISTNAME= Pod-Spell-CommonMistakes-0.01 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/Pod-Spell-CommonMistakes/ COMMENT= Catches common typos in POD LICENSE= ${PERL5_LICENSE} -DEPENDS+= IO-stringy>=2.110:../../devel/p5-IO-stringy +DEPENDS+= p5-IO-stringy>=2.110:../../devel/p5-IO-stringy DEPENDS+= p5-Pod-Spell>=1.01:../../textproc/p5-Pod-Spell PKG_INSTALLATION_TYPES= overwrite pkgviews |