summaryrefslogtreecommitdiffstats
path: root/ftp/rtorrent/DEPENDS
diff options
context:
space:
mode:
authorMathieu Lonjaret2007-10-26 00:17:16 +0200
committerMathieu Lonjaret2007-10-26 00:17:16 +0200
commit56ccc6f5c49bdba86f04c5cac1a32f92b8fccea1 (patch)
treeb1112f7357bec7c196e2dc6b64cdf56dc44d6bf7 /ftp/rtorrent/DEPENDS
parentff3994dcb1328997a83f816326947d6d931ae4d3 (diff)
rtorrent: 0.7.9 (and dht disabled)
Diffstat (limited to 'ftp/rtorrent/DEPENDS')
-rwxr-xr-xftp/rtorrent/DEPENDS13
1 files changed, 7 insertions, 6 deletions
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 27958b6d0d..4cdd7c8184 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,9 +1,10 @@
-if [[ ${DHT_PATCH} != n ]]; then
- depends -sub DHT libtorrent &&
- depends automake-1.9
-else
- depends libtorrent
-fi &&
+# disabling dht patch for the moment
+#if [[ ${DHT_PATCH} != n ]]; then
+# depends -sub DHT libtorrent &&
+# depends automake-1.9
+#else
+depends libtorrent &&
+#fi &&
depends curl &&
optional_depends xmlrpc-c \
"--with-xmlrpc-c" \