git: 0a2a0a1c98da - main - math/octave-forge-symbolic: fix portlint issue.

From: Stephen Montgomery-Smith <stephen_at_FreeBSD.org>
Date: Fri, 28 Oct 2022 22:34:53 UTC
The branch main has been updated by stephen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2a0a1c98dac6ac7d020a22b53fa3acf5f7d43f

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.
---
 math/octave-forge-symbolic/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile
index 254904cc72ae..a09f4ef96f47 100644
--- a/math/octave-forge-symbolic/Makefile
+++ b/math/octave-forge-symbolic/Makefile
@@ -11,8 +11,8 @@ WWW=		http://octave.sourceforge.net/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-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}
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.