diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-04 00:18:15 +0000 |
commit | 05684b80dd9f4d8c5476c1d6e62071a324b34c20 (patch) | |
tree | 01d8d1db8758fd8bcaa69e038bc69e689bcabfa4 /www/apache21 | |
parent | -Update to 0.7.2. [1] (diff) |
- prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)
PR: ports/78119
Repocopied by: marcus
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 cb313aaa5ed2..d9eb5b76a727 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= common21 -.include "${APACHEDIR}/../apache2/Makefile.modules.3rd" +.include "${APACHEDIR}/../apache20/Makefile.modules.3rd" CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} ${CONFIGURE_TARGET} |