diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-07-01 10:40:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-07-01 10:40:30 +0000 |
commit | b8010beedc64ca62b205458e6873c6b9770efb2b (patch) | |
tree | a76cd5b2a9eba7201dad651214a3c15915f4044c /math/octave-forge/Makefile | |
parent | 48ffccbf54a2ed13c930be14041dd41bdfc66b41 (diff) |
Notes
Diffstat (limited to 'math/octave-forge/Makefile')
-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 |