diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-06-24 08:38:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-06-24 08:38:23 +0000 |
commit | 7596afe35630f3cdbc29e0dcc505ea00e084b1bc (patch) | |
tree | b8bd8223a4a0e75bf021b45c2640d5ed21818d21 /math/octave | |
parent | d11c34161ba6727d747d493991070cd0d2382f13 (diff) | |
download | ports-7596afe35630f3cdbc29e0dcc505ea00e084b1bc.tar.gz ports-7596afe35630f3cdbc29e0dcc505ea00e084b1bc.zip |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 541697c3983b..51d26c566f95 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -22,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.22:${PORTSDIR}/math/glpk \ + glpk.23:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |