git: 2c531875d0e1 - main - math/octave-forge-symbolic: Add uses=python.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Oct 2022 04:55:21 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2c531875d0e1350646a6bb8af001be85c1460b1f
commit 2c531875d0e1350646a6bb8af001be85c1460b1f
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-10-29 04:52:30 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-10-29 04:52:30 +0000
math/octave-forge-symbolic: Add uses=python.
So that ${PY_FLAVOR} is defined.
PR: 267411
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp>
---
math/octave-forge-symbolic/Makefile | 2 ++
1 file changed, 2 insertions(+)
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}