diff options
Diffstat (limited to 'net-p2p/rtorrent/Makefile')
-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 6ab1f20fca3a..ca353b064f28 100644 --- a/net-p2p/rtorrent/Makefile +++ b/net-p2p/rtorrent/Makefile @@ -7,14 +7,14 @@ PORTNAME= rtorrent PORTVERSION= 0.4.3 -CATEGORIES= net +CATEGORIES= net-p2p MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ MAINTAINER= flz@FreeBSD.org COMMENT= BitTorrent Client written in C++ LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl \ - torrent.6:${PORTSDIR}/net/libtorrent + torrent.6:${PORTSDIR}/net-p2p/libtorrent MAN1= rtorrent.1 |