diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-04-11 07:15:30 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-04-11 07:15:30 +0000 |
commit | 2bfb9985f094f516d8896aa54c56b705aa5bf282 (patch) | |
tree | a8a1ed6f394ca3c0bd6b44ec8c65d18b9cc7921f /net-p2p | |
parent | 7d02f543013f20f9912ee82f5f6b42de371aa8f7 (diff) | |
download | ports-2bfb9985f094f516d8896aa54c56b705aa5bf282.tar.gz ports-2bfb9985f094f516d8896aa54c56b705aa5bf282.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 4 |
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 |