diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-03-19 15:11:55 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2010-03-19 15:11:55 +0000 |
commit | b95467bacbda2770682a34ea6500a7115e96d15d (patch) | |
tree | f343f60b5f6eef29a33a89eff95ab24806d3788a /math/octave/Makefile | |
parent | 8f27ef0055ed18519549dc61e3503552f29ea523 (diff) | |
download | ports-b95467bacbda2770682a34ea6500a7115e96d15d.tar.gz ports-b95467bacbda2770682a34ea6500a7115e96d15d.zip |
Notes
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 89f2894b3e39..2b193a266f28 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.2.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -21,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.27:${PORTSDIR}/math/glpk \ + glpk.28:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull \ |