diff options
author | maho <maho@FreeBSD.org> | 2005-07-01 18:40:30 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-07-01 18:40:30 +0800 |
commit | 4b4cd797905ce677afa9ff20014bccf3005a7da3 (patch) | |
tree | d0c17b4b4130e31dd2ecbe77df627b6533c05bed /math/octave-forge | |
parent | 8a488d835f8bca7c1d6aee13b1624534cd18d52e (diff) | |
download | freebsd-ports-gnome-4b4cd797905ce677afa9ff20014bccf3005a7da3.tar.gz freebsd-ports-gnome-4b4cd797905ce677afa9ff20014bccf3005a7da3.tar.zst freebsd-ports-gnome-4b4cd797905ce677afa9ff20014bccf3005a7da3.zip |
fix build depends section
Diffstat (limited to 'math/octave-forge')
-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 |