aboutsummaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2011-05-25 09:51:08 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2011-05-25 09:51:08 +0000
commit43b5286c674fc54d99f1ee35bceee5e95841e0e2 (patch)
tree479832d7ecc66d3c53bbc0feb33ab72f01091946 /math/octave
parentbf158dc71ef8ebddb26b080b5bbba16610ba7005 (diff)
Chase glpk shlib version bump.
Notes
Notes: svn path=/head/; revision=274619
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 \