diff options
author | demon <demon@FreeBSD.org> | 2009-06-24 16:38:23 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-06-24 16:38:23 +0800 |
commit | ffe6ac44ed1fd39879456f44e24a61d593ea4316 (patch) | |
tree | 3b2f01087f25a69e2f510f11bc404d21362fac7e /math/octave | |
parent | 2865cbafe53e38610e9a634d4dbceb9d849fe1e3 (diff) | |
download | freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.gz freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.zst freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.zip |
Chase glpk shlib version.
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 541697c3983b..51d26c566f95 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTREVISION= 3 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.22:${PORTSDIR}/math/glpk \ + glpk.23:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |