diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-11-02 09:13:28 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-11-02 09:13:28 +0000 |
commit | 336a225140eec0b306eac9504fb373760d5702a2 (patch) | |
tree | e7aed4cdcb551fad2cb4a0f4ab5d8ceedd0c2a04 /www/apache21 | |
parent | Clean up a dir at pkg_delete time. (diff) |
- Backport WANT_APACHE= common21 from development version of bsd.apache.mk
Now module selection in apache21 works properply
Diffstat (limited to 'www/apache21')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 6fed2a67364f..b7756748ab8b 100644 --- a/www/apache21/Makefile +++ b/www/apache21/Makefile @@ -144,7 +144,7 @@ WITH_PTHREAD_CFLAGS?= ${PTHREAD_CFLAGS} .include "${APACHEDIR}/Makefile.doc" .include "${APACHEDIR}/Makefile.modules" -WANT_APACHE= common2 +WANT_APACHE= common21 .include "${APACHEDIR}/../apache2/Makefile.modules.3rd" CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} ${CONFIGURE_TARGET} |