diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-11-22 12:43:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-11-22 12:43:46 +0000 |
commit | 1d22f0bae87e9a71bb3342326cc9e1e638405eef (patch) | |
tree | 9fe74f7b3a522310d0dc7bde8a072f13e58afd61 /math | |
parent | f60ec92fb037a3b628863c89a52869a1ff1ecdd6 (diff) | |
download | ports-1d22f0bae87e9a71bb3342326cc9e1e638405eef.tar.gz ports-1d22f0bae87e9a71bb3342326cc9e1e638405eef.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 3 |
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 |