summaryrefslogtreecommitdiff
path: root/www/py-aiohttp/Makefile
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 13:18:19 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2014-10-18 13:18:19 +0000
commit0bf309112d1fe3065c5e0bb77b98750294297035 (patch)
tree951d7c58fe985b0d1079b831aa32b9123650b1e5 /www/py-aiohttp/Makefile
parentDisable checking for hw.dri.%d.modesetting. (diff)
Convert to USES=python
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=371124
Diffstat (limited to '')
-rw-r--r--www/py-aiohttp/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index 7d2b9c989a29..10c61bf02d00 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -22,9 +22,8 @@ OPTIONS_DEFINE= TESTS
TESTS_DESC= Install tools for test suite
TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
-USE_PYTHON= 3.3+
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python:3.3+
+USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>