[Lunar-commits] <moonbase> subversion: add the optional depend on cyrus-sasl.

Florin Braescu florin at lunar-linux.org
Mon Apr 19 05:03:03 CEST 2010


commit 8babe5f71e87d8d22aea563cc83ce9421b886712
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Mon Apr 19 06:03:03 2010 +0300

    subversion: add the optional depend on cyrus-sasl.
---
 devel/subversion/DEPENDS |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/devel/subversion/DEPENDS b/devel/subversion/DEPENDS
index e3c0e70..b83c9a8 100644
--- a/devel/subversion/DEPENDS
+++ b/devel/subversion/DEPENDS
@@ -3,5 +3,14 @@ depends  zlib
 depends  apr-util
 depends  sqlite
 
-optional_depends "swig" "" "--without-swig" "for Perl/Python and Ruby Swig Bindings"
-optional_depends "%JAVA_SDK" "--enable-javahl --without-jikes" "--disable-javahl" "for java bindings"
+optional_depends "cyrus-sasl"  ""  ""  "for SASL support"
+
+optional_depends "swig"  \
+                 ""      \
+                 "--without-swig"  \
+                 "for Perl/Python and Ruby Swig Bindings"
+
+optional_depends "%JAVA_SDK"  \
+                 "--enable-javahl --without-jikes"  \
+                 "--disable-javahl"   \
+                 "for java bindings"


More information about the Lunar-commits mailing list