aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/rtorrent
diff options
context:
space:
mode:
authorchinsan <chinsan@FreeBSD.org>2009-04-11 15:15:30 +0800
committerchinsan <chinsan@FreeBSD.org>2009-04-11 15:15:30 +0800
commit168bb9ef3448023cc1440a1db0a28a06b9de5837 (patch)
tree0b18db0c5ae363eba362e0bae0c21812f8fa4076 /net-p2p/rtorrent
parentcd2b31c61c4629ce5a133cb4623ee10dec3e9e7d (diff)
downloadfreebsd-ports-gnome-168bb9ef3448023cc1440a1db0a28a06b9de5837.tar.gz
freebsd-ports-gnome-168bb9ef3448023cc1440a1db0a28a06b9de5837.tar.zst
freebsd-ports-gnome-168bb9ef3448023cc1440a1db0a28a06b9de5837.zip
Bump the version of the xmlrpc-c-devel shared library
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/rtorrent/Makefile b/net-p2p/rtorrent/Makefile
index a87126d9b48f..68c2cb604be0 100644
--- a/net-p2p/rtorrent/Makefile
+++ b/net-p2p/rtorrent/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= rtorrent
PORTVERSION?= 0.8.2
-PORTREVISION?= 2
+PORTREVISION?= 3
CATEGORIES= net-p2p
MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ \
${MASTER_SITE_LOCAL}
@@ -39,7 +39,7 @@ OPTIONS= XMLRPC "Compile with xmlrpc-c support" on
.if !defined(WITHOUT_XMLRPC)
CONFIGURE_ARGS+= --with-xmlrpc-c
-LIB_DEPENDS+= xmlrpc.14:${PORTSDIR}/net/xmlrpc-c-devel
+LIB_DEPENDS+= xmlrpc.3:${PORTSDIR}/net/xmlrpc-c-devel
.else
CONFIGURE_ARGS+= --with-xmlrpc-c=no
.endif