aboutsummaryrefslogtreecommitdiffstats
path: root/math/octave
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2011-05-25 17:51:08 +0800
committerdemon <demon@FreeBSD.org>2011-05-25 17:51:08 +0800
commitac382b1da76e719a9716f02050543126bc8a4aa5 (patch)
tree79078f1c7b9caf113917ac3a5df231c73627c008 /math/octave
parent5207c3ad2f804bd1034d6f40a1ca18f56c8e1f6f (diff)
downloadfreebsd-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/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 2 insertions, 2 deletions
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 \