summaryrefslogtreecommitdiffstats
path: root/ftp/rtorrent/DEPENDS
diff options
context:
space:
mode:
authorMathieu Lonjaret2007-10-10 01:06:29 +0200
committerMathieu Lonjaret2007-10-10 01:06:29 +0200
commit48eb768730fc1f7d3513f1181809a8641805cd7e (patch)
tree32d0c41c0ab9fdd937f95ba5e690b352d969e997 /ftp/rtorrent/DEPENDS
parentf35185dcbcb652bdf773836b700eed8ca08a57e3 (diff)
rtorrent: dht patch defaults to no, depends on automake-1.9
Diffstat (limited to 'ftp/rtorrent/DEPENDS')
-rwxr-xr-xftp/rtorrent/DEPENDS3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 720b3eaff7..9f522c1800 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,5 +1,6 @@
if [[ ${DHT_PATCH} != n ]]; then
- depends -sub DHT libtorrent
+ depends -sub DHT libtorrent &&
+ depends automake-1.9
else
depends libtorrent
fi &&