diff options
author | jonb <jonb> | 2001-05-20 05:23:26 +0000 |
---|---|---|
committer | jonb <jonb> | 2001-05-20 05:23:26 +0000 |
commit | 69d7573c1d41a547b38b091e4626037fd5bf04cc (patch) | |
tree | baa4531656ce290a51a2cd974967f27046c88883 /www/ap-dtcl | |
parent | 14a3bc99c49b9c992976c6e152935f1fb895b840 (diff) | |
download | pkgsrc-69d7573c1d41a547b38b091e4626037fd5bf04cc.tar.gz |
Make all the ap-* packages work with apache6 as well as apache
(except for ap-ssl, of course)
Diffstat (limited to 'www/ap-dtcl')
-rw-r--r-- | www/ap-dtcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-dtcl/Makefile b/www/ap-dtcl/Makefile index b87f11cda45..5a0f05ebc16 100644 --- a/www/ap-dtcl/Makefile +++ b/www/ap-dtcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/04/30 03:46:33 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2001/05/20 05:23:27 jonb Exp $ DISTNAME= mod_dtcl-0.8.12 PKGNAME= ap-dtcl-0.8.12 @@ -10,7 +10,7 @@ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://tcl.apache.org/ COMMENT= Simple, fast Tcl server side scripting for apache -DEPENDS+= apache-1.3.*:../../www/apache +DEPENDS+= apache{,6}-1.3.*:../../www/apache DEPENDS+= tcl>=8.3.2:../../lang/tcl # For "apxs": BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 |