diff options
author | Xin LI <delphij@FreeBSD.org> | 2020-06-06 06:01:42 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2020-06-06 06:01:42 +0000 |
commit | 6e8bbbd4eb8e98d8a82bd221bcdeb775707a8478 (patch) | |
tree | d70514569446ebd1afa02035d3b1db81e76a0d62 | |
parent | Add USE_CSTD=c99 to fix build on GCC-based systems: (diff) |
Make port build only for Python 3.x.
Notes
Notes:
svn path=/head/; revision=538076
-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> |