aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-11-22 20:43:46 +0800
committermaho <maho@FreeBSD.org>2004-11-22 20:43:46 +0800
commitb91b7723e683f28cb24004f83a20b8f6da002d7f (patch)
tree288ac4239eefa4ff074488c2cf061a4015f0edfb
parent547f291bbbdaef5fcb33c9d2a8a862f161fabeb3 (diff)
downloadfreebsd-ports-gnome-b91b7723e683f28cb24004f83a20b8f6da002d7f.tar.gz
freebsd-ports-gnome-b91b7723e683f28cb24004f83a20b8f6da002d7f.tar.zst
freebsd-ports-gnome-b91b7723e683f28cb24004f83a20b8f6da002d7f.zip
Fix BUILD_DEPENDS section. We need octave to build.
-rw-r--r--math/octave-forge/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile
index 5da234ce84ea..35dcacfa406d 100644
--- a/math/octave-forge/Makefile
+++ b/math/octave-forge/Makefile
@@ -15,9 +15,8 @@ MAINTAINER= maho@FreeBSD.org
COMMENT= Many additional features to math/octave
BUILD_DEPENDS= ${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull \
+ ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \
${LOCALBASE}/bin/gcsplit:${PORTSDIR}/sysutils/coreutils
-# ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \
-
RUN_DEPENDS= ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \
${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull