diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-11-07 14:12:29 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-11-07 14:12:29 +0000 |
commit | 3cfb88537aeaf19aa0310df20ee00514599eaa25 (patch) | |
tree | 3175ee16db330f368ef52a6299ff15eea1f064bb /math/octave/Makefile | |
parent | d608ea2dcc56251012856809a36e1e827dad8873 (diff) | |
download | ports-3cfb88537aeaf19aa0310df20ee00514599eaa25.tar.gz ports-3cfb88537aeaf19aa0310df20ee00514599eaa25.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 39e2d3cdf73a..11dfb0270344 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.3 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -22,7 +23,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ gfortran42:${PORTSDIR}/lang/gcc42 LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.16:${PORTSDIR}/math/glpk \ + glpk.18:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |