diff options
author | demon <demon@FreeBSD.org> | 2008-09-04 18:26:41 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-09-04 18:26:41 +0800 |
commit | 798296a08b1533cef8137f553409edbd6d675b70 (patch) | |
tree | 7516c5e590511e93f376048a8116fbd7ec343de7 /math/octave | |
parent | 9dd6c839ee0ecfb8fb72c4922fd73f46b7087255 (diff) | |
download | freebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.tar.gz freebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.tar.zst freebsd-ports-gnome-798296a08b1533cef8137f553409edbd6d675b70.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 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 |