diff options
Diffstat (limited to 'www/py-django-otp-yubikey/Makefile')
-rw-r--r-- | www/py-django-otp-yubikey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-otp-yubikey/Makefile b/www/py-django-otp-yubikey/Makefile index 8b79d37e6dc4..de9100304a4c 100644 --- a/www/py-django-otp-yubikey/Makefile +++ b/www/py-django-otp-yubikey/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}YubiOTP>=0.2.1:security/py-YubiOTP@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-otp>0.4.0:www/py-django-otp@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> |