diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2011-05-25 09:51:08 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2011-05-25 09:51:08 +0000 |
commit | 43b5286c674fc54d99f1ee35bceee5e95841e0e2 (patch) | |
tree | 479832d7ecc66d3c53bbc0feb33ab72f01091946 /math | |
parent | bf158dc71ef8ebddb26b080b5bbba16610ba7005 (diff) | |
download | ports-43b5286c674fc54d99f1ee35bceee5e95841e0e2.tar.gz ports-43b5286c674fc54d99f1ee35bceee5e95841e0e2.zip |
Notes
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 \ |