diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-29 04:52:30 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2022-10-29 04:52:30 +0000 |
commit | 2c531875d0e1350646a6bb8af001be85c1460b1f (patch) | |
tree | f2f7339d140343f84fe0ff17aea7bcdb17f517ef | |
parent | 92a479b4b1dc14be648e2071ca9d84d2334cd4c0 (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} |