diff options
author | demon <demon@FreeBSD.org> | 2011-05-25 17:51:08 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2011-05-25 17:51:08 +0800 |
commit | ac382b1da76e719a9716f02050543126bc8a4aa5 (patch) | |
tree | 79078f1c7b9caf113917ac3a5df231c73627c008 /math | |
parent | 5207c3ad2f804bd1034d6f40a1ca18f56c8e1f6f (diff) | |
download | freebsd-ports-gnome-ac382b1da76e719a9716f02050543126bc8a4aa5.tar.gz freebsd-ports-gnome-ac382b1da76e719a9716f02050543126bc8a4aa5.tar.zst freebsd-ports-gnome-ac382b1da76e719a9716f02050543126bc8a4aa5.zip |
Chase glpk shlib version bump.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 46a5f554cf49..fa1b00000a61 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.3.50 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/bleeding-edge/ \ ftp://ftp.eos.hokudai.ac.jp/pub/GNU/misc/octave/bleeding-edge/\ @@ -24,7 +24,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.28:${PORTSDIR}/math/glpk \ + glpk.30:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull diff --git a/math/octave/Makefile b/math/octave/Makefile index 0441d3df7efe..c289f53fcd42 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -23,7 +23,7 @@ BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot \ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ ${PREFIX}/bin/makeinfo:${PORTSDIR}/print/texinfo -LIB_DEPENDS= glpk.28:${PORTSDIR}/math/glpk \ +LIB_DEPENDS= glpk.30:${PORTSDIR}/math/glpk \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull \ arpack:${PORTSDIR}/math/arpack \ |