diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-06-17 04:37:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-06-17 04:37:18 +0000 |
commit | a1d97ef5a39fb81eebc593567d67a02a57726365 (patch) | |
tree | af91bec8cdc1b9efca778da9c057a1d7e3ae71c5 /math/octave-forge | |
parent | 6f10850be752e51ae9af2f791b9d54535f695580 (diff) |
Notes
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 35dcacfa406d..401eb5606f7d 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -14,11 +14,13 @@ MASTER_SITE_SUBDIR= octave 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 -RUN_DEPENDS= ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \ - ${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull +BUILD_DEPENDS= qhull:${PORTSDIR}/math/qhull \ + octave:${PORTSDIR}/math/octave \ + gcsplit:${PORTSDIR}/sysutils/coreutils \ + bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ + bin/qhull:${PORTSDIR}/math/qhull \ + bash:${PORTSDIR}/shells/bash USE_GMAKE= yes GNU_CONFIGURE= yes |