projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debe7f9
)
Subversion should depend on libsasl2 (#4417)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 11 Jan 2009 14:45:22 +0000
(14:45 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 11 Jan 2009 14:45:22 +0000
(14:45 +0000)
SVN-Revision: 13981
net/subversion/Makefile
patch
|
blob
|
history
diff --git
a/net/subversion/Makefile
b/net/subversion/Makefile
index ada30beb565b7b4c27c300f56db7a45239db089b..78718cdc0b0b986a311e6a00e6f6b85f711026e9 100644
(file)
--- a/
net/subversion/Makefile
+++ b/
net/subversion/Makefile
@@
-24,7
+24,7
@@
define Package/subversion/Default
SECTION:=net
CATEGORY:=Network
TITLE:=A compelling replacement for CVS
- DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil
+ DEPENDS:=+zlib +libneon +libintl +libapr +libaprutil
+libsasl2
URL:=http://subversion.tigris.org/
SUBMENU:=subversion
endef