svn commit: r461877 - head/math/py-yt

Antoine Brodin antoine at FreeBSD.org
Thu Feb 15 10:29:06 UTC 2018


Author: antoine
Date: Thu Feb 15 10:29:05 2018
New Revision: 461877
URL: https://svnweb.freebsd.org/changeset/ports/461877

Log:
  py-yt depends on the sympy module, not on the isympy command

Modified:
  head/math/py-yt/Makefile

Modified: head/math/py-yt/Makefile
==============================================================================
--- head/math/py-yt/Makefile	Thu Feb 15 10:24:18 2018	(r461876)
+++ head/math/py-yt/Makefile	Thu Feb 15 10:29:05 2018	(r461877)
@@ -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} \


More information about the svn-ports-head mailing list