Date: Fri, 14 Sep 2018 12:19:48 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479772 - head/science/py-ase Message-ID: <201809141219.w8ECJm8X027139@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Sep 14 12:19:48 2018 New Revision: 479772 URL: https://svnweb.freebsd.org/changeset/ports/479772 Log: Never use ${FLAVOR} directly in dependencies, FLAVOR is not transitive. Modified: head/science/py-ase/Makefile (contents, props changed) Modified: head/science/py-ase/Makefile ============================================================================== --- head/science/py-ase/Makefile Fri Sep 14 12:16:48 2018 (r479771) +++ head/science/py-ase/Makefile Fri Sep 14 12:19:48 2018 (r479772) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ ${PYNUMPY} \ nwchem:science/nwchem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809141219.w8ECJm8X027139>