diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-28 23:52:30 -0500 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-28 23:52:30 -0500 |
commit | 2c531875d0e1350646a6bb8af001be85c1460b1f (patch) | |
tree | f2f7339d140343f84fe0ff17aea7bcdb17f517ef | |
parent | math/tomsfastmath: Miscellaneous refinements (diff) |
math/octave-forge-symbolic: Add uses=python.
So that ${PY_FLAVOR} is defined.
PR: 267411
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
-rw-r--r-- | math/octave-forge-symbolic/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index a09f4ef96f47..39186107fa3f 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -11,6 +11,8 @@ WWW= http://octave.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USES= python + BUILD_DEPENDS+= isympy:math/py-sympy@${PY_FLAVOR} RUN_DEPENDS+= isympy:math/py-sympy@${PY_FLAVOR} |