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 /www | |
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 'www')
-rw-r--r-- | www/checkbot/Makefile | 4 | ||||
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 2b20ac4a29e..355e8222a9f 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/01 19:38:57 sno Exp $ # DISTNAME= checkbot-1.79 @@ -11,7 +11,7 @@ HOMEPAGE= http://degraaff.org/checkbot/ COMMENT= Verify links on a set of HTML pages DEPENDS+= p5-MailTools>=1.03:../../mail/p5-MailTools -DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net +DEPENDS+= {perl>=5.10,p5-Net-[0-9]*}:../../net/p5-Net DEPENDS+= p5-Time-Duration-[0-9]*:../../time/p5-Time-Duration DEPENDS+= p5-URI>=1.10:../../www/p5-URI DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index ffd43e9cef7..b102c4497e8 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2009/04/29 07:39:37 sno Exp $ +# $NetBSD: Makefile,v 1.70 2009/06/01 19:38:57 sno Exp $ DISTNAME= libwww-perl-5.826 PKGNAME= p5-${DISTNAME:S/-perl-/-/} @@ -20,7 +20,7 @@ DEPENDS+= p5-HTML-Parser>=3.33:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tagset-[0-9]*:../../www/p5-HTML-Tagset DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL DEPENDS+= p5-MIME-Base64>=2.1:../../converters/p5-MIME-Base64 -DEPENDS+= p5-Net>=1.09:../../net/p5-Net # for Net::FTP>=2.58 +DEPENDS+= {perl>=5.10,p5-Net>=1.09}:../../net/p5-Net # for Net::FTP>=2.58 DEPENDS+= p5-URI>=1.10:../../www/p5-URI USE_LANGUAGES= # empty |