diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-06-11 19:48:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-06-11 19:48:27 +0000 |
commit | dc03a213e47b9457f5d6b1e86afdb1345ae8f91f (patch) | |
tree | 45a0f0876d737b508e7ae0e52cb8ff155e2b3526 /net-p2p/rtorrent/Makefile | |
parent | f6582ab5170e74ac825031ade985f7a55527af17 (diff) | |
download | ports-dc03a213e47b9457f5d6b1e86afdb1345ae8f91f.tar.gz ports-dc03a213e47b9457f5d6b1e86afdb1345ae8f91f.zip |
Notes
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-rw-r--r-- | net-p2p/rtorrent/Makefile | 3 |
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> |