diff options
author | sno <sno> | 2009-06-01 19:38:56 +0000 |
---|---|---|
committer | sno <sno> | 2009-06-01 19:38:56 +0000 |
commit | 7b018e16764f6f484bfafcfac3f8523810064cdd (patch) | |
tree | 799ad1e19ad5bbf7bb332e1001d9754fb49e3758 /mail/p5-MailTools | |
parent | 9ba9eb38b624c7c9a938089991c1284fa1ab34d9 (diff) | |
download | pkgsrc-7b018e16764f6f484bfafcfac3f8523810064cdd.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-MailTools')
-rw-r--r-- | mail/p5-MailTools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 60d9d085c34..29da559b703 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.46 2009/06/01 19:38:57 sno Exp $ DISTNAME= MailTools-2.04 PKGNAME= p5-${DISTNAME} @@ -14,7 +14,7 @@ COMMENT= Perl5 modules related to mail applications PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= p5-Net>=1.09:../../net/p5-Net +BUILD_DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate # just needed for tests #DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod |