aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2016-06-12 03:48:27 +0800
committergarga <garga@FreeBSD.org>2016-06-12 03:48:27 +0800
commit28c90fd99526d08f573a94479beff0db2a44f68f (patch)
tree45a0f0876d737b508e7ae0e52cb8ff155e2b3526 /net-p2p/rtorrent
parent77e8d6a2b656f226e9555e5c7e41a719b48ba548 (diff)
downloadfreebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.gz
freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.tar.zst
freebsd-ports-gnome-28c90fd99526d08f573a94479beff0db2a44f68f.zip
Change ports that depend of xmlrpc-c-devel to xmlrpc-c since it's now on
1.3x series
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>