Date: Sat, 29 Oct 2022 04:55:21 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2c531875d0e1 - main - math/octave-forge-symbolic: Add uses=python. Message-ID: <202210290455.29T4tLtr087504@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210290455.29T4tLtr087504>