diff options
author | sno <sno@pkgsrc.org> | 2009-03-21 23:28:39 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-03-21 23:28:39 +0000 |
commit | 3d774c235b854d89dbff05cc1d7ba391c01e865b (patch) | |
tree | 85c2ee44ab31826588117d369c54e5145e8c110e | |
parent | 4c53d98b7a2241cf2fea692126f2612d0a4a3e39 (diff) | |
download | pkgsrc-3d774c235b854d89dbff05cc1d7ba391c01e865b.tar.gz |
Modify dependency to devel/p5-Module-Pluggable - the Module::Pluggable
delivered with perl-5.10 satisfies the requirement, too.
Oked by he@
-rw-r--r-- | mail/p5-Email-Abstract/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-Email-Send/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index b10e86a70b5..a01c3fc704e 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/02/10 14:34:25 rhaen Exp $ +# $NetBSD: Makefile,v 1.12 2009/03/21 23:28:39 sno Exp $ DISTNAME= Email-Abstract-3.001 PKGNAME= p5-${DISTNAME} @@ -13,7 +13,7 @@ COMMENT= Perl5 module for writing representation-independent mail handling code PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-Email-Simple>=1.91:../../mail/p5-Email-Simple -DEPENDS+= p5-Module-Pluggable>=1.5:../../devel/p5-Module-Pluggable +DEPENDS+= {perl>5.10,p5-Module-Pluggable>=1.5}:../../devel/p5-Module-Pluggable PERL5_PACKLIST= auto/Email/Abstract/.packlist diff --git a/mail/p5-Email-Send/Makefile b/mail/p5-Email-Send/Makefile index d3ce75ac1ba..34f75578205 100644 --- a/mail/p5-Email-Send/Makefile +++ b/mail/p5-Email-Send/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2009/02/25 20:51:11 sno Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/21 23:29:23 sno Exp $ DISTNAME= Email-Send-2.194 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= {perl>=5.7.3,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple DEPENDS+= p5-Email-Address>=1.80:../../mail/p5-Email-Address DEPENDS+= p5-Email-Simple>=1.92:../../mail/p5-Email-Simple -DEPENDS+= p5-Module-Pluggable>=2.97:../../devel/p5-Module-Pluggable +DEPENDS+= {perl>=5.10,p5-Module-Pluggable>=2.97}:../../devel/p5-Module-Pluggable DEPENDS+= p5-Return-Value>=1.28:../../devel/p5-Return-Value PERL5_REQD+= 5.8.1 |