From 9602e7be3cefab5a04d6cf3c09fdf9720bfb2c22 Mon Sep 17 00:00:00 2001 From: mva Date: Fri, 24 Oct 2014 16:29:51 +0000 Subject: - Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python Approved by: portmgr (implicit) --- net-p2p/libtorrent-rasterbar-python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-p2p/libtorrent-rasterbar-python') diff --git a/net-p2p/libtorrent-rasterbar-python/Makefile b/net-p2p/libtorrent-rasterbar-python/Makefile index bd8edc7a22c9..517502a93e6d 100644 --- a/net-p2p/libtorrent-rasterbar-python/Makefile +++ b/net-p2p/libtorrent-rasterbar-python/Makefile @@ -15,8 +15,8 @@ BUILD_WRKSRC= ${WRKSRC}/bindings/python INSTALL_WRKSRC= ${BUILD_WRKSRC} SLAVE_PORT= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python +USE_PYTHON= distutils PYDISTUTILS_PKGNAME= python_libtorrent PLIST= ${NONEXISTENT} -- cgit