summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-08-29 17:28:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-08-29 17:28:42 +0000
commit5fe04d8b0669da3d0a41a607983f701889ad2ba7 (patch)
tree0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /converters
parentUpdate to 0.31 (diff)
Convert a few ports to USES=python
Notes
Notes: svn path=/head/; revision=366537
Diffstat (limited to 'converters')
-rw-r--r--converters/py-bencode/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/converters/py-bencode/Makefile b/converters/py-bencode/Makefile
index 70772e239280..ee7cbc265a92 100644
--- a/converters/py-bencode/Makefile
+++ b/converters/py-bencode/Makefile
@@ -14,8 +14,7 @@ LICENSE_NAME= BitTorrent Open Source License
LICENSE_TEXT= See http://directory.fsf.org/wiki/License:BitTorrentOSL1.1
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-USE_PYTHON= 2
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:2
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>