diff options
author | demon <demon@FreeBSD.org> | 2008-07-15 21:03:56 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-07-15 21:03:56 +0800 |
commit | 3a6076757a27d8cc56a5027054b33c7d0b441371 (patch) | |
tree | 45aaba8bfdcd99427777d8535825bb09885889ae /math/octave | |
parent | 52945d50e5d99e9c5e4a1ec581a1c4dd33d6e03e (diff) | |
download | freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.gz freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.zst freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.zip |
Chase glpk shared library version.
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index fdd8548acf80..44498541dd6e 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -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.13:${PORTSDIR}/math/glpk \ + glpk.14:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |