diff options
-rw-r--r-- | devel/py-ujson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile index 043cef807419..3a35d530a6f8 100644 --- a/devel/py-ujson/Makefile +++ b/devel/py-ujson/Makefile @@ -18,7 +18,7 @@ LICENSE_PERMS_TclTk= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= distutils autoplist .include <bsd.port.mk> |