diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-08-06 11:23:41 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-08-06 11:23:41 +0000 |
commit | c6f9e961dc5632a4c91d131672521a6ee1914c8d (patch) | |
tree | 2dde4ab12bce1d10030ddc548196861eec034717 /math/py-yt | |
parent | 51a8f328b142ab09892b43cc1888b07c84067041 (diff) |
Notes
Diffstat (limited to 'math/py-yt')
-rw-r--r-- | math/py-yt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index a9a454d35fe7..e20dac4731cf 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -3,7 +3,7 @@ PORTNAME= yt DISTVERSION= 3.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=1.0:devel/ipython@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}ipython5>=1.0:devel/ipython5@${PY_FLAVOR} LIB_DEPENDS= libembree.so:graphics/embree \ libomp.so:devel/openmp |