aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2007-09-19 21:03:59 +0000
committerClement Laforet <clement@FreeBSD.org>2007-09-19 21:03:59 +0000
commitab8293d70e44fd0ec8e96d11f994ed19c70826d2 (patch)
treef02f9e78081cf00a0e97a52a2cf29643a3643ead /Mk
parentba829460242fda45ba0a4eeebe80a28861689d26 (diff)
downloadports-ab8293d70e44fd0ec8e96d11f994ed19c70826d2.tar.gz
ports-ab8293d70e44fd0ec8e96d11f994ed19c70826d2.zip
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.apache.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.apache.mk b/Mk/bsd.apache.mk
index 8aceb1af0fc8..97ebe6d3d7a7 100644
--- a/Mk/bsd.apache.mk
+++ b/Mk/bsd.apache.mk
@@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --disable-authn-file --disable-authn-default \
--disable-proxy-ajp --disable-proxy-balancer
.endif
-.if defined(OPTIONS)
+.if defined(OPTIONS) && !(make(make-options-list))
.for module in ${AVAILABLE_MODULES}
.if defined(WITH_${module:U})
_APACHE_MODULES+= ${module}