diff options
Diffstat (limited to 'www/py-gevent-websocket/Makefile')
-rw-r--r-- | www/py-gevent-websocket/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-gevent-websocket/Makefile b/www/py-gevent-websocket/Makefile index ca4e03f8b0d8..af0921b2e6eb 100644 --- a/www/py-gevent-websocket/Makefile +++ b/www/py-gevent-websocket/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |