diff options
author | maho <maho@FreeBSD.org> | 2004-11-22 20:43:46 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-11-22 20:43:46 +0800 |
commit | b91b7723e683f28cb24004f83a20b8f6da002d7f (patch) | |
tree | 288ac4239eefa4ff074488c2cf061a4015f0edfb | |
parent | 547f291bbbdaef5fcb33c9d2a8a862f161fabeb3 (diff) | |
download | freebsd-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/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 |