diff options
author | demon <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
commit | 14349935c5a1c3da872e1d4cb1daa42b034fb01f (patch) | |
tree | 418fcdaf9d07b36c431c9f2350245fbb211948e5 /math/octave | |
parent | f42c594e1995542cefbfaeb9adb0aea22e352ff1 (diff) | |
download | freebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.tar.gz freebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.tar.zst freebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.zip |
Chase glpk shlib version bump.
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 d126f66032cd..ff875975c3db 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.3 -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/ @@ -23,7 +23,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ gfortran42:${PORTSDIR}/lang/gcc42 LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.18:${PORTSDIR}/math/glpk \ + glpk.19:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |