svn commit: r408171 - head/net-p2p/rtorrent

John Marino marino at FreeBSD.org
Fri Feb 5 12:04:53 UTC 2016


Author: marino
Date: Fri Feb  5 12:04:52 2016
New Revision: 408171
URL: https://svnweb.freebsd.org/changeset/ports/408171

Log:
  net-p2p/rtorrent: USES+= ncurses

Modified:
  head/net-p2p/rtorrent/Makefile

Modified: head/net-p2p/rtorrent/Makefile
==============================================================================
--- head/net-p2p/rtorrent/Makefile	Fri Feb  5 12:03:51 2016	(r408170)
+++ head/net-p2p/rtorrent/Makefile	Fri Feb  5 12:04:52 2016	(r408171)
@@ -24,7 +24,7 @@ XMLRPC_DESC=	Compile with xmlrpc-c suppo
 CONFIGURE_ARGS=	--disable-debug
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-pthread
-USES=		compiler:c++11-lang pkgconfig
+USES=		compiler:c++11-lang ncurses pkgconfig
 
 PLIST_FILES=	bin/rtorrent
 PORTDOCS=	README


More information about the svn-ports-all mailing list