diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 13:18:19 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 13:18:19 +0000 |
commit | 0bf309112d1fe3065c5e0bb77b98750294297035 (patch) | |
tree | 951d7c58fe985b0d1079b831aa32b9123650b1e5 /www/py-aiohttp/Makefile | |
parent | Disable 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/Makefile | 5 |
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> |