diff options
author | abs <abs@pkgsrc.org> | 2004-11-16 19:48:24 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2004-11-16 19:48:24 +0000 |
commit | f85213b3799385802b5eeebb59e90ee3cad3ac7e (patch) | |
tree | 12e10df6aa523e0ff787d480a4122afa5d4f41e4 /www | |
parent | 4a2facd3ae526b1abcff5318a43223ed32886cc7 (diff) | |
download | pkgsrc-f85213b3799385802b5eeebb59e90ee3cad3ac7e.tar.gz |
Clarify dependency versions
Diffstat (limited to 'www')
-rw-r--r-- | www/checkbot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index aa9e48ae64d..3ce688d1e79 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/11/16 19:44:45 abs Exp $ +# $NetBSD: Makefile,v 1.19 2004/11/16 19:48:24 abs Exp $ # DISTNAME= checkbot-1.75 @@ -9,10 +9,10 @@ MAINTAINER= abs@NetBSD.org HOMEPAGE= http://degraaff.org/checkbot/ COMMENT= Verify links on a set of HTML pages -DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools +DEPENDS+= p5-MailTools>=1.03:../../mail/p5-MailTools DEPENDS+= p5-Net-[0-9]*:../../net/p5-Net -DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI -DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww +DEPENDS+= p5-URI>=1.10:../../www/p5-URI +DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews |