diff options
author | sno <sno@pkgsrc.org> | 2009-06-01 19:38:56 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-01 19:38:56 +0000 |
commit | c3daa287832518858f2110fb2236152293b93135 (patch) | |
tree | 799ad1e19ad5bbf7bb332e1001d9754fb49e3758 /mail/p5-Mail-Audit | |
parent | 6dde9b59c851fa739a3fe5762f47a21cf9677f93 (diff) | |
download | pkgsrc-c3daa287832518858f2110fb2236152293b93135.tar.gz |
Replacing some dependencies to choose perl core first, because desired
version numbers of required modules are in delivered perl core.
Diffstat (limited to 'mail/p5-Mail-Audit')
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index 3717bf67e16..0b387adb045 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/10/19 19:18:12 he Exp $ +# $NetBSD: Makefile,v 1.22 2009/06/01 19:38:57 sno Exp $ DISTNAME= Mail-Audit-2.223 PKGNAME= p5-${DISTNAME} @@ -20,7 +20,7 @@ DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools # Needs MIME::Entity from p5-MIME-tools. DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools # Needs Net::SMTP from p5-Net. -DEPENDS+= p5-Net>=1.0:../../net/p5-Net +DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net PERL5_PACKLIST= auto/Mail/Audit/.packlist |