diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-01 02:12:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-01 02:12:01 +0000 |
commit | d34118ed31a131dbd4aa59728146290a1cfb0ea7 (patch) | |
tree | 77fd068950b8d171ba1fbf7212b1eb18836642be /www/p5-Apache-ASP | |
parent | ff2aaede36ed6c18ce73cec1a0b81921ff8b6070 (diff) | |
download | pkgsrc-d34118ed31a131dbd4aa59728146290a1cfb0ea7.tar.gz |
fix totally broken DEPENDS lines
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 0470599cb5f..b600efe5d07 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/27 16:32:01 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/01 02:12:01 wiz Exp $ # DISTNAME= Apache-ASP-0.05 @@ -9,9 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/CHAMAS/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ASP.html -DEPENDS+= libwww-perl-5.*:../../www/p5-libwww -DEPENDS+= MLDBM-2.*:devel/p5-MLDBM -DEPENDS+= mod_perl-1.*:../../www/ap-perl +DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww +DEPENDS+= p5-MLDBM>=2.00:../../devel/p5-MLDBM +DEPENDS+= ap-perl>=1.19:../../www/ap-perl USE_PERL5= YES |