diff options
author | clement <clement@FreeBSD.org> | 2004-05-17 18:48:22 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-05-17 18:48:22 +0800 |
commit | e890221a3abc3c8c0f8c5a3d1285a7050cab6c85 (patch) | |
tree | b27b72df609e76ca5545a145114c857d19da23d3 /www/apache2 | |
parent | fb5ed51a213d54e13604ef30bb26bc43b7071a9c (diff) | |
download | freebsd-ports-gnome-e890221a3abc3c8c0f8c5a3d1285a7050cab6c85.tar.gz freebsd-ports-gnome-e890221a3abc3c8c0f8c5a3d1285a7050cab6c85.tar.zst freebsd-ports-gnome-e890221a3abc3c8c0f8c5a3d1285a7050cab6c85.zip |
- s/BROKEN/IGNORE/
Per linimon's request correct {mis,ab}use of BROKEN.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile.modules.3rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile.modules.3rd b/www/apache2/Makefile.modules.3rd index 82e52774e654..9e3a5700c2e5 100644 --- a/www/apache2/Makefile.modules.3rd +++ b/www/apache2/Makefile.modules.3rd @@ -21,14 +21,14 @@ OVERRIDABLE_VARS= SRC_FILE MODULENAME SHORTMODNAME WRKSRC \ WITH_APACHE2= YES . if defined (WANT_APACHE) . if ${WANT_APACHE} == 13 -BROKEN= "This module require apache13 and you have apache2 installed" +IGNORE= "This module require apache13 and you have apache2 installed" . endif . endif .elif exists(${LOCALBASE}/include/apache/http_core.h) WITH_APACHE13= YES . if defined (WANT_APACHE) . if ${WANT_APACHE} == 2 -BROKEN= "This module require apache2 and you have apache13 installed" +IGNORE= "This module require apache2 and you have apache13 installed" . endif . endif . ifdef(WITH_APACHE2) @@ -42,7 +42,7 @@ WITH_APACHE13= YES . elif ${WANT_APACHE} == 2 WITH_APACHE2= YES . else -BROKEN= "Unknown apache version" +IGNORE= "Unknown apache version" . endif .endif |