diff options
-rw-r--r-- | math/octave-forge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 401eb5606f7d..c75537088765 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -19,7 +19,7 @@ BUILD_DEPENDS= qhull:${PORTSDIR}/math/qhull \ gcsplit:${PORTSDIR}/sysutils/coreutils \ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ - bin/qhull:${PORTSDIR}/math/qhull \ + qhull:${PORTSDIR}/math/qhull \ bash:${PORTSDIR}/shells/bash USE_GMAKE= yes |