Re: git: 0a2a0a1c98da - main - math/octave-forge-symbolic: fix portlint issue.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 05:08:29 UTC
On 10/28/22 22:01, Colin Percival wrote: > On 10/28/22 15:34, Stephen Montgomery-Smith wrote: >> commit 0a2a0a1c98dac6ac7d020a22b53fa3acf5f7d43f >> Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> >> AuthorDate: 2022-10-28 22:33:57 +0000 >> Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> >> CommitDate: 2022-10-28 22:33:57 +0000 >> >> math/octave-forge-symbolic: fix portlint issue. >> -BUILD_DEPENDS+= isympy:math/py-sympy >> -RUN_DEPENDS+= isympy:math/py-sympy >> +BUILD_DEPENDS+= isympy:math/py-sympy@${PY_FLAVOR} >> +RUN_DEPENDS+= isympy:math/py-sympy@${PY_FLAVOR} > > make_index: /usr/ports/math/octave-forge-symbolic: no entry for > /usr/ports/math/py-sympy@ > > I'm guessing you need a <bsd.port.pre.mk> or something before this point in > order to get PY_FLAVOR defined? > It was uses=python that I was missing.