aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2021-10-26 00:50:47 +0000
committerWen Heping <wen@FreeBSD.org>2021-10-26 00:50:47 +0000
commit7e9bec828e31369d9b6bab30ac86218bf3def70d (patch)
tree369f43eb75b80bc3852a97c95b893b2321727a62 /Mk
parentebf5105f9a4deba9b4aa27ce2b842b022d0f1bc5 (diff)
downloadports-7e9bec828e31369d9b6bab30ac86218bf3def70d.tar.gz
ports-7e9bec828e31369d9b6bab30ac86218bf3def70d.zip
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index 07078a64fadd..2a12dad52d4f 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -646,7 +646,7 @@ CMAKE_ARGS+= -DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
# Python 3rd-party modules
PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
-PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.20,1:math/py-numpy@${PY_FLAVOR}
+PYNUMPY= ${PYTHON_PKGNAMEPREFIX}numpy>=1.16,1<1.21,1:math/py-numpy@${PY_FLAVOR}
# Common Python modules that can be needed but only for some versions of Python.
.if ${PYTHON_REL} < 30500