aboutsummaryrefslogtreecommitdiff
path: root/devel/py-asyncio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-asyncio/Makefile')
-rw-r--r--devel/py-asyncio/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-asyncio/Makefile b/devel/py-asyncio/Makefile
index 3b58c46460e3..6cfaa219b6ea 100644
--- a/devel/py-asyncio/Makefile
+++ b/devel/py-asyncio/Makefile
@@ -13,9 +13,8 @@ COMMENT= Reference implementation of PEP 3156 (Asynchronous IO)
LICENSE= APACHE20
-USE_PYTHON= 3.3+
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:3.3+
+USE_PYTHON= distutils autoplist
regression-test: build
@cd ${WRKSRC} && ${MAKE} test