aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-11-22 12:43:46 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-11-22 12:43:46 +0000
commit1d22f0bae87e9a71bb3342326cc9e1e638405eef (patch)
tree9fe74f7b3a522310d0dc7bde8a072f13e58afd61 /math/octave-forge
parentf60ec92fb037a3b628863c89a52869a1ff1ecdd6 (diff)
downloadports-1d22f0bae87e9a71bb3342326cc9e1e638405eef.tar.gz
ports-1d22f0bae87e9a71bb3342326cc9e1e638405eef.zip
Fix BUILD_DEPENDS section. We need octave to build.
Notes
Notes: svn path=/head/; revision=122141
Diffstat (limited to 'math/octave-forge')
-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