diff options
author | itojun <itojun@pkgsrc.org> | 1999-07-23 18:19:29 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-07-23 18:19:29 +0000 |
commit | dffe436c17062ba6d4c24d5933a0ed188d0cc800 (patch) | |
tree | 32f3cff771473f319556ca3bf91a365605c721b6 /www/Makefile | |
parent | 5e218c55527cf01f4d082cbed89d0b544493bec8 (diff) | |
download | pkgsrc-dffe436c17062ba6d4c24d5933a0ed188d0cc800.tar.gz |
provide and enable IPv6-ready apache.
This is provided as separate package because:
# This package does not compile in mod_ssl support hooks, as it conflicts
# with IPv6 enable patch.
# IPv6 enable patch conflicts with third-party modules anyway, due to
# sanity fixes in apache module API (for example, avoid u_long for IPv4 addrs)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index cea9c23ea21..732f99b400f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 1999/07/21 23:09:56 garbled Exp $ +# $NetBSD: Makefile,v 1.43 1999/07/23 18:19:29 itojun Exp $ # FreeBSD Id: Makefile,v 1.65 1997/11/17 06:31:39 fenner Exp # @@ -10,6 +10,7 @@ SUBDIR += ap-perl SUBDIR += ap-php3 SUBDIR += apache + SUBDIR += apache6 # SUBDIR += apache-current SUBDIR += arena # SUBDIR += ashe # requires Motif |