aboutsummaryrefslogtreecommitdiff
path: root/www/mod_dav
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2004-10-13 08:37:32 +0000
committerClement Laforet <clement@FreeBSD.org>2004-10-13 08:37:32 +0000
commitc8ff4a485bc851a4bff4b555402fb05f99df1612 (patch)
tree79df1e9373e25b28da8481e509cac5dc27f0f8bb /www/mod_dav
parent01ab3fff1de1a0d8d8ae5cbffd5c5ed360acecfd (diff)
Notes
Diffstat (limited to 'www/mod_dav')
-rw-r--r--www/mod_dav/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_dav/Makefile b/www/mod_dav/Makefile
index 6ce1a8382a99..343c3ab2184a 100644
--- a/www/mod_dav/Makefile
+++ b/www/mod_dav/Makefile
@@ -35,6 +35,11 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
--includedir=${PREFIX}/include/apache \
--with-apxs=${APXS}
+.if defined(WITHOUT_APACHE_EXPAT)
+CONFIGURE_ARGS+= --with-expat=${LOCALBASE}
+LIB_DEPENDS+= expat.5:${PORTSDIR}/textproc/expat2
+.endif
+
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
PATH="${PREFIX}/bin:${PREFIX}/sbin:${PATH}"