aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2008-10-06 11:45:17 +0800
committermaho <maho@FreeBSD.org>2008-10-06 11:45:17 +0800
commitdd91b54ea4ce4127084fa1f45c41a63421401954 (patch)
tree70d343080111319f5a681246b9d4d5b7ae50fe52 /math
parentf86ec0a9b192232b6036eb9cb0a312d78e27bd99 (diff)
downloadfreebsd-ports-gnome-dd91b54ea4ce4127084fa1f45c41a63421401954.tar.gz
freebsd-ports-gnome-dd91b54ea4ce4127084fa1f45c41a63421401954.tar.zst
freebsd-ports-gnome-dd91b54ea4ce4127084fa1f45c41a63421401954.zip
Add gcc42 dependency at runtime.
Diffstat (limited to 'math')
-rw-r--r--math/octave/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index c6b99dfba3de..312dc5c2f1f2 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -7,7 +7,7 @@
PORTNAME= octave
PORTVERSION= 3.0.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \
ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -20,7 +20,8 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \
gsed:${PORTSDIR}/textproc/gsed \
dvips:${PORTSDIR}/print/dvipsk-tetex
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
- gsed:${PORTSDIR}/textproc/gsed
+ gsed:${PORTSDIR}/textproc/gsed \
+ gfortran42:${PORTSDIR}/lang/gcc42
LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \
glpk.16:${PORTSDIR}/math/glpk \
hdf5:${PORTSDIR}/science/hdf5 \