diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-15 10:29:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-15 10:29:05 +0000 |
commit | 9c130cecfc79b111cdda05e2beefa1d8adf314c7 (patch) | |
tree | 34a7c60dfa345e1916368ef8f82d2bde22a1865e | |
parent | 79a6ecee9adacd84b764ccbf5a6f30c3919e5afc (diff) | |
download | ports-9c130cecfc79b111cdda05e2beefa1d8adf314c7.tar.gz ports-9c130cecfc79b111cdda05e2beefa1d8adf314c7.zip |
Notes
-rw-r--r-- | math/py-yt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-yt/Makefile b/math/py-yt/Makefile index aa09a80e16b9..ec0760416df3 100644 --- a/math/py-yt/Makefile +++ b/math/py-yt/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${FLAVOR} -RUN_DEPENDS= isympy:math/py-sympy@${FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pyembree>0:graphics/py-pyembree@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=1.5.3:math/py-matplotlib@${FLAVOR} \ |