diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-09-04 10:26:41 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-09-04 10:26:41 +0000 |
commit | b9a2e3a0b7069f44d53afafd734d2f4fa95999a6 (patch) | |
tree | cd9d607b35acd1c4dc743f4d18269a74024af0f5 /math/octave | |
parent | b98df68d080bf8ed0d4851dd01b79d329195eafe (diff) | |
download | ports-b9a2e3a0b7069f44d53afafd734d2f4fa95999a6.tar.gz ports-b9a2e3a0b7069f44d53afafd734d2f4fa95999a6.zip |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index faa9f9b379c8..4d812ee6b595 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -22,7 +22,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.15:${PORTSDIR}/math/glpk \ + glpk.16:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |