summaryrefslogtreecommitdiffstats
path: root/ftp/rtorrent/DEPENDS
diff options
context:
space:
mode:
authorArjan Bouter2011-09-20 18:20:36 +0200
committerArjan Bouter2011-09-20 18:20:36 +0200
commitab739f2ae411d34828e7edf0cc785f675b2f3e66 (patch)
tree97c40e99ae8e5fa47cc3644aab56c2c5871e6392 /ftp/rtorrent/DEPENDS
parent1615bcecbf133c2ba3e1b469de7ee3d70d7faf35 (diff)
rtorrent: check installed version before triggering a force_depends
Diffstat (limited to 'ftp/rtorrent/DEPENDS')
-rwxr-xr-xftp/rtorrent/DEPENDS4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftp/rtorrent/DEPENDS b/ftp/rtorrent/DEPENDS
index 3a5341eb62..c59bb97d66 100755
--- a/ftp/rtorrent/DEPENDS
+++ b/ftp/rtorrent/DEPENDS
@@ -1,8 +1,10 @@
+. $GRIMOIRE/FUNCTIONS
+
depends libtorrent &&
+simple_version_check_force_depends libtorrent 129 3 &&
depends curl &&
optional_depends xmlrpc-c \
"--with-xmlrpc-c" \
"--without-xmlrpc-c" \
"for XMLRPC interface"
-