summaryrefslogtreecommitdiff
path: root/www/apache6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache6/Makefile')
-rw-r--r--www/apache6/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 1301ce61d7c..872cf3698a4 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/02/20 22:05:42 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2000/02/21 07:14:44 itojun Exp $
#
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
# (to indicate changes in the shipped third party patches such as the mod_ssl
@@ -10,8 +10,8 @@
# sanity fixes in apache module API (for example, avoid u_long for IPv4 addrs)
#
-DISTNAME= apache_1.3.9
-PKGNAME= apache6-1.3.9p0
+DISTNAME= apache_1.3.11
+PKGNAME= apache6-1.3.11p0
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/ \
ftp://ftp.modssl.org/source/ \
@@ -21,7 +21,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
# ${SSL_DISTNAME}${EXTRACT_SUFX}
PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
-PATCHFILES= apache-139-v6-19990901a.diff.gz
+PATCHFILES= apache-1.3.11-v6-20000220a.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= itojun@itojun.org
@@ -47,6 +47,8 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} --libexecdir=${PREFIX}/lib/httpd \
CONFIGURE_SCRIPT= configure.v6
CONFIGURE_ENV+= OPTIM="${OPTIM}"
+BUILD_DEFS+= USE_INET6
+
.include "../../mk/bsd.prefs.mk"
.if !defined(USE_INET6) || ${USE_INET6} != YES