diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-09 02:51:47 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-09 02:51:47 +0000 |
commit | bc771d406c2c8cd35d284faa9969d587263485f2 (patch) | |
tree | 104b998d0d9915efea5fad61795b7e81795998b0 /www/p5-Apache-ASP | |
parent | 5e16130edb2272015782260cd1fbba7318c715ad (diff) | |
download | pkgsrc-bc771d406c2c8cd35d284faa9969d587263485f2.tar.gz |
fix depends path: p5-MLDBM lives in databases not devel.
Diffstat (limited to 'www/p5-Apache-ASP')
-rw-r--r-- | www/p5-Apache-ASP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index 57b9f574cfe..160da28a3c5 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/17 17:22:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/04/09 02:51:47 dmcmahill Exp $ # DISTNAME= Apache-ASP-0.05 @@ -12,7 +12,7 @@ COMMENT= perl5/Apache module of Perl-coded Active Server Pages DEPENDS+= ap-perl>=1.19:../../www/ap-perl DEPENDS+= p5-Devel-Symdump>=2.00:../../devel/p5-Devel-Symdump -DEPENDS+= p5-MLDBM>=2.00:../../devel/p5-MLDBM +DEPENDS+= p5-MLDBM>=2.00:../../databases/p5-MLDBM DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww USE_PERL5= # defined |