rtorrent and support for xmlrpc

Hi,

I'm new to FreeBSD. I would like to know if the xmlrpc is already compiled into the rtorrent from the port? Or if I need to compile it?
Or maybe is it possible to activate it afterwards? with the version from the port?
 
Look at the options for net-p2p/rtorrent:
Code:
===> The following configuration options are available for rtorrent-0.9.6_3:
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     IPV6=on: IPv6 protocol support
     XMLRPC=on: Compile with xmlrpc-c support
===> Use 'make config' to modify these settings
You'll see it's on by default. Which also means the package will have it enabled.
 
Back
Top