summaryrefslogtreecommitdiffstats
path: root/collab/subversion/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/subversion/DEPENDS')
-rwxr-xr-xcollab/subversion/DEPENDS11
1 files changed, 3 insertions, 8 deletions
diff --git a/collab/subversion/DEPENDS b/collab/subversion/DEPENDS
index 07e13bc716..362db5b297 100755
--- a/collab/subversion/DEPENDS
+++ b/collab/subversion/DEPENDS
@@ -1,11 +1,12 @@
depends sqlite &&
-depends APR "--with-apr=${INSTALL_ROOT}/usr" &&
-depends APU "--with-apr-util=${INSTALL_ROOT}/usr" &&
+depends apr "--with-apr=${INSTALL_ROOT}/usr" &&
+depends apr-util "--with-apr-util=${INSTALL_ROOT}/usr" &&
depends autoconf &&
depends bison &&
depends e2fsprogs &&
depends libtool &&
depends zlib &&
+depends serf "--with-serf" &&
if [[ "$SVN_HEAD" == y ]]; then
depends python
@@ -25,14 +26,8 @@ then
fi &&
optional_depends gettext '--enable-nls' '--disable-nls' 'for language translations' &&
-optional_depends openssl '--with-ssl' '--without-ssl' 'for SSL/TLS support' &&
optional_depends LIBSASL '--with-sasl' '--without-sasl' 'for Cyrus SASL authentication' &&
-message ""WARNING, disabling neon is not recommended and may break downloading some svn spells."" &&
-optional_depends -sub DAV neon "--with-neon=${INSTALL_ROOT}/usr" \
- "--without-neon" \
- "for Subversion client to support DAV" &&
-
optional_depends db '--with-berkeley-db' '--without-berkeley-db' 'for Berkeley DB backend' &&
optional_depends APACHE2 '--with-apxs' '--without-apxs' 'to create Apache 2 modules' &&
local indian=$(get_spell_provider $SPELL APACHE2) &&