diff options
author | sno <sno> | 2009-06-01 19:38:56 +0000 |
---|---|---|
committer | sno <sno> | 2009-06-01 19:38:56 +0000 |
commit | 90e1160673817359a1bd228e8fb11977295d378b (patch) | |
tree | 799ad1e19ad5bbf7bb332e1001d9754fb49e3758 /mail/fetchyahoo | |
parent | 55a767a320bed731c2456b0cd42a8f231da6ebd0 (diff) | |
download | pkgsrc-90e1160673817359a1bd228e8fb11977295d378b.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/fetchyahoo')
-rw-r--r-- | mail/fetchyahoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile index eaacbd3dd88..ebde7b42ba2 100644 --- a/mail/fetchyahoo/Makefile +++ b/mail/fetchyahoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/04/07 17:07:45 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/06/01 19:38:56 sno Exp $ # DISTNAME= fetchyahoo-2.11.0 @@ -14,7 +14,7 @@ COMMENT= Download mails from Yahoo webmail into mbox DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools -DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net +DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Crypt-SSLeay-[0-9]*:../../security/p5-Crypt-SSLeay DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools |