diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-12-26 15:14:59 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-12-26 15:14:59 +0000 |
commit | bbbce59a1945b323d9e78f4d92a8b7e4194c31a2 (patch) | |
tree | a1558a5cff365b2d2a021ec0620eddeedfb19f1f /math/octave/Makefile | |
parent | 247833fd02ac2722f6db2a44b7f1d04bf6f0a500 (diff) | |
download | ports-bbbce59a1945b323d9e78f4d92a8b7e4194c31a2.tar.gz ports-bbbce59a1945b323d9e78f4d92a8b7e4194c31a2.zip |
Notes
Diffstat (limited to 'math/octave/Makefile')
-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 d126f66032cd..ff875975c3db 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -7,7 +7,7 @@ PORTNAME= octave PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= ftp://ftp.octave.org/pub/octave/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/ @@ -23,7 +23,7 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \ gsed:${PORTSDIR}/textproc/gsed \ gfortran42:${PORTSDIR}/lang/gcc42 LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - glpk.18:${PORTSDIR}/math/glpk \ + glpk.19:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |