Skip to content

Commit

Permalink
math/octave-forge-symbolic: fix portlint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Oct 28, 2022
1 parent 06ff38e commit 0a2a0a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions math/octave-forge-symbolic/Makefile
Expand Up @@ -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}.
Expand Down

0 comments on commit 0a2a0a1

Please sign in to comment.