Date: Thu, 15 Feb 2018 10:29:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461877 - head/math/py-yt Message-ID: <201802151029.w1FAT6EP029423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151029.w1FAT6EP029423>