diff options
author | itojun <itojun> | 2001-03-30 22:07:20 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-03-30 22:07:20 +0000 |
commit | 531ceac27f028121dc47cc571db37dee7de77247 (patch) | |
tree | ab16ae578aa67fdd4aa534018d4006daae183f21 /www | |
parent | 72742f86d45f7bbcf43f26d734330dea04cce2e5 (diff) | |
download | pkgsrc-531ceac27f028121dc47cc571db37dee7de77247.tar.gz |
ve USE_INET6 for webpage
Diffstat (limited to 'www')
-rw-r--r-- | www/apache-current/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/apache-current/Makefile b/www/apache-current/Makefile index d500b8097be..0318ada8dd1 100644 --- a/www/apache-current/Makefile +++ b/www/apache-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/30 22:06:00 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/30 22:07:20 itojun Exp $ DISTNAME= httpd-2_0_15-alpha PKGNAME= apache-2.0.15 @@ -13,6 +13,9 @@ COMMENT= HTTP (Web) server CONFLICTS= apache-*modssl-* apache-* apache6-* +# autodetect +BUILD_DEFS+= USE_INET6 + GNU_CONFIGURE= # defined USE_GMAKE= yes USE_SSL= yes |