summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-04-24 08:17:24 +0000
committersno <sno@pkgsrc.org>2009-04-24 08:17:24 +0000
commit11e2bffdc0dd6bebb49a3ce7c53224224f2c67cf (patch)
treeec59f010b14df4d06fff6d3486883a727190deb8 /mail
parent84b44207745bbb4f6e11035be185ec327922fe94 (diff)
downloadpkgsrc-11e2bffdc0dd6bebb49a3ce7c53224224f2c67cf.tar.gz
Module::Pluggable is a core module since perl-5.10 -> Updating dependency
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Email-FolderType/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Email-FolderType/Makefile b/mail/p5-Email-FolderType/Makefile
index fe5c6481eac..0101077f852 100644
--- a/mail/p5-Email-FolderType/Makefile
+++ b/mail/p5-Email-FolderType/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/10/19 19:18:11 he Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/24 08:20:43 sno Exp $
DISTNAME= Email-FolderType-0.813
PKGNAME= p5-${DISTNAME}
@@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Email/FolderType/.packlist
-DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable
+DEPENDS+= {perl>=5.10,p5-Module-Pluggable-[0-9]*}:../../devel/p5-Module-Pluggable
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"