summaryrefslogtreecommitdiffstats
path: root/ftp/rtorrent/DEPENDS
diff options
context:
space:
mode:
authorMathieu Lonjaret2007-10-05 09:15:25 +0200
committerMathieu Lonjaret2007-10-05 09:15:25 +0200
commitfc496ec6c54cceebc517b399fd058cc93d0fc174 (patch)
tree2326f14e7b10f52d459ee451c5a5e194def0122c /ftp/rtorrent/DEPENDS
parent74fc0fbca2978a7a79ce00c24c0f06f8956bd0f0 (diff)
rtorrent: added dht support
Diffstat (limited to 'ftp/rtorrent/DEPENDS')
-rwxr-xr-xftp/rtorrent/DEPENDS6
1 files changed, 5 insertions, 1 deletions
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index d4eb63846f..720b3eaff7 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,2 +1,6 @@
-depends libtorrent &&
+if [[ ${DHT_PATCH} != n ]]; then
+ depends -sub DHT libtorrent
+else
+ depends libtorrent
+fi &&
depends curl