Fix build by adding missing dependency of bash

Submitted by:	kris
This commit is contained in:
Maho Nakata 2005-06-17 04:37:18 +00:00
parent 6f10850be7
commit a1d97ef5a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137604

View File

@ -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