aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave-forge
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2005-07-01 18:40:30 +0800
committermaho <maho@FreeBSD.org>2005-07-01 18:40:30 +0800
commit4b4cd797905ce677afa9ff20014bccf3005a7da3 (patch)
treed0c17b4b4130e31dd2ecbe77df627b6533c05bed /math/octave-forge
parent8a488d835f8bca7c1d6aee13b1624534cd18d52e (diff)
downloadfreebsd-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/Makefile2
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