aboutsummaryrefslogtreecommitdiff
path: root/www/apache2/Makefile
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-05-29 22:07:37 +0000
committerClement Laforet <clement@FreeBSD.org>2004-05-29 22:07:37 +0000
commite4bf8af6bdd6e589f4aae7bfd7a4627973e00a13 (patch)
tree88858c352d4adf5093496da576f6dc473833c9b9 /www/apache2/Makefile
parentf042b7076892cecc0a754cd6d15f801ec47124d9 (diff)
downloadports-e4bf8af6bdd6e589f4aae7bfd7a4627973e00a13.tar.gz
ports-e4bf8af6bdd6e589f4aae7bfd7a4627973e00a13.zip
- s/BROKEN/IGNORE/
Notes
Notes: svn path=/head/; revision=110323
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r--www/apache2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 81d048263e0a..833a0150bb03 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -106,7 +106,7 @@ CONFIGURE_ARGS+= --with-ldap \
# Untested and may fail !
.if defined(WITH_APR_FROM_PORTS)
. if defined (WITH_BDB) || defined(WITH_BERKELEYDB)
-BROKEN= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
+IGNORE= "You can't set WITH_BDB or WITH_BERKELEYDB when WITH_APR_FROM_PORTS is defined"
. endif
LIB_DEPENDS+= apr-0.9:${PORTSDIR}/devel/apr
CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-config \
@@ -115,7 +115,7 @@ CONFIGURE_ENV+= LTFLAGS="--tag=CXX"
PLIST_SUB+= PORTS_APR="@comment "
.else
. if exists(${LOCALBASE}/lib/libapr-0.so)
-BROKEN= "apr is installed and may conflict with apache one\
+IGNORE= "apr is installed and may conflict with apache one\
(if you want to use apr port define WITH_APR_FROM_PORTS,\
at your own risk)"
. endif