diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
commit | 5fe04d8b0669da3d0a41a607983f701889ad2ba7 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /converters/py-bencode/Makefile | |
parent | 3b63eba367f6bace07c80d9475cce3d4a99998f3 (diff) | |
download | ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.tar.gz ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.zip |
Notes
Diffstat (limited to 'converters/py-bencode/Makefile')
-rw-r--r-- | converters/py-bencode/Makefile | 5 |
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> |