diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-10-28 13:02:30 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-11-01 13:59:06 +0000 |
commit | 204ebaab343c745a4edc06144ed16998ddedb87d (patch) | |
tree | 42ef36eb138a4a5fbbffd1503815c63083b40d3c | |
parent | fbb488536c1c69fc3ced0f28ae60e5b8c3e246f1 (diff) | |
download | ports-204ebaab343c745a4edc06144ed16998ddedb87d.tar.gz ports-204ebaab343c745a4edc06144ed16998ddedb87d.zip |
-rw-r--r-- | textproc/py-grako/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-grako/Makefile b/textproc/py-grako/Makefile index 162e6ff5c993..0c040d656637 100644 --- a/textproc/py-grako/Makefile +++ b/textproc/py-grako/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.6-3.9 zip USE_PYTHON= distutils cython autoplist .include <bsd.port.mk> |