aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2020-03-31 18:37:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2020-03-31 18:37:33 +0000
commit4aeefd70460fc63488fbe131a3a7966c5ee32b0b (patch)
treeb5250d862244113e205d5cc6bc99188330105e71 /math
parent1f06f439fb3608e22b80939a6c00c2ca4186adb5 (diff)
downloadports-4aeefd70460fc63488fbe131a3a7966c5ee32b0b.tar.gz
ports-4aeefd70460fc63488fbe131a3a7966c5ee32b0b.zip
Switch to pyglet150
Notes
Notes: svn path=/head/; revision=530001
Diffstat (limited to 'math')
-rw-r--r--math/py-gym/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-gym/Makefile b/math/py-gym/Makefile
index 9e0892601a83..e7073e306cf7 100644
--- a/math/py-gym/Makefile
+++ b/math/py-gym/Makefile
@@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.2.0<1.4.0:devel/py-cloudpickle@${PY_FLAVOR} \
${PY_ENUM34} \
${PYNUMPY} \
- ${PYTHON_PKGNAMEPREFIX}pyglet>=1.4.0<1.5.1:graphics/py-pyglet@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyglet150>=1.4.0<1.5.1:graphics/py-pyglet150@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \