summaryrefslogtreecommitdiff
path: root/www/ap-fastcgi
diff options
context:
space:
mode:
authortv <tv>1999-04-30 17:05:19 +0000
committertv <tv>1999-04-30 17:05:19 +0000
commit5f5f29be7b0d09e5c05de452bff354a363b1395d (patch)
tree79fcc17e390c6e96d28c5129664c05c7b2085e7e /www/ap-fastcgi
parentec97b3a65ae124be7625b3372955b93f20e2d47f (diff)
downloadpkgsrc-5f5f29be7b0d09e5c05de452bff354a363b1395d.tar.gz
Update Apache to 1.3.6, mod_ssl to 2.2.8, and mod_perl to 1.19. mod_ssl
now makes use of OpenSSL.
Diffstat (limited to 'www/ap-fastcgi')
-rw-r--r--www/ap-fastcgi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-fastcgi/Makefile b/www/ap-fastcgi/Makefile
index f767dc3df74..ce03d801173 100644
--- a/www/ap-fastcgi/Makefile
+++ b/www/ap-fastcgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/04/14 18:00:48 bad Exp $
+# $NetBSD: Makefile,v 1.7 1999/04/30 17:05:21 tv Exp $
#
DISTNAME= mod_fastcgi-2.0.18
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.fastcgi.com/
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.fastcgi.com/
-DEPENDS+= apache-1.3.3.2:../../www/apache
+DEPENDS+= apache-1.3.6p0:../../www/apache
# For "apxs":
BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5