summaryrefslogtreecommitdiff
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2016-06-11 19:48:27 +0000
committerRenato Botelho <garga@FreeBSD.org>2016-06-11 19:48:27 +0000
commitdc03a213e47b9457f5d6b1e86afdb1345ae8f91f (patch)
tree45a0f0876d737b508e7ae0e52cb8ff155e2b3526 /net-p2p/rtorrent
parentdatabases/freetds-devel: Update version 1.00.37=>1.00.38 (diff)
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
Notes
Notes: svn path=/head/; revision=416748
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index 3bd77edb5345..eff5f123bdd0 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rtorrent
PORTVERSION= 0.9.6
+PORTREVISION= 1
CATEGORIES= net-p2p
MASTER_SITES= http://rtorrent.net/downloads/
@@ -34,7 +35,7 @@ SUB_FILES= pkg-message
IPV6_CONFIGURE_ENABLE= ipv6
XMLRPC_CONFIGURE_OFF= --with-xmlrpc-c=no
XMLRPC_CONFIGURE_ON= --with-xmlrpc-c
-XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c-devel
+XMLRPC_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c
.include <bsd.port.options.mk>