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-fastcgi | |
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-fastcgi')
-rw-r--r-- | www/ap-fastcgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile index 174aa4de6a9..05b81c6a54a 100644 --- a/www/ap-fastcgi/Makefile +++ b/www/ap-fastcgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/04/30 03:46:33 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/05/20 05:23:27 jonb Exp $ # DISTNAME= mod_fastcgi_2.2.10 @@ -10,7 +10,7 @@ MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.fastcgi.com/ COMMENT= New, improved CGI-like interface module for Apache -DEPENDS+= apache-1.3.*:../../www/apache +DEPENDS+= apache{,6}-1.3.*:../../www/apache # For "apxs": BUILD_DEPENDS= perl>=${PERL5_REQD}:../../lang/perl5 |