diff options
author | abs <abs> | 2004-11-16 19:48:24 +0000 |
---|---|---|
committer | abs <abs> | 2004-11-16 19:48:24 +0000 |
commit | ce8b0bbda352caf9c3b8f6dbbc70afd7d165a92a (patch) | |
tree | 12e10df6aa523e0ff787d480a4122afa5d4f41e4 /www/checkbot | |
parent | 8e5829a2019e10befbaec8af484f529ee8bb1773 (diff) | |
download | pkgsrc-ce8b0bbda352caf9c3b8f6dbbc70afd7d165a92a.tar.gz |
Clarify dependency versions
Diffstat (limited to 'www/checkbot')
-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 |