aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-28 22:33:57 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-28 22:33:57 +0000
commit0a2a0a1c98dac6ac7d020a22b53fa3acf5f7d43f (patch)
treeaf48a2fe9423c429cc74f39bae5f65a75cda1691
parent06ff38e87245b9c7bba85ece2c4069b6541bf98c (diff)
downloadports-0a2a0a1c98dac6ac7d020a22b53fa3acf5f7d43f.tar.gz
ports-0a2a0a1c98dac6ac7d020a22b53fa3acf5f7d43f.zip
math/octave-forge-symbolic: fix portlint issue.
-rw-r--r--math/octave-forge-symbolic/Makefile4
1 files 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}.