diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-08-15 14:16:01 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-08-15 14:16:01 +0000 |
commit | f0e03caa8124bd8966c09aa0b026632c52b1d433 (patch) | |
tree | ccc8ed2189febaf594b28c820a5fd80c200c2de2 /math | |
parent | a8019562179ac7e5518d368e1b7036aae59684b1 (diff) | |
download | ports-f0e03caa8124bd8966c09aa0b026632c52b1d433.tar.gz ports-f0e03caa8124bd8966c09aa0b026632c52b1d433.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/clp/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 34ed0de534a5..5f2c09160e56 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -17,7 +17,7 @@ COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL -LIB_DEPENDS+= glpk.14:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.15:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes diff --git a/math/octave/Makefile b/math/octave/Makefile index f64e1733cb24..4a008559b5de 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -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.14:${PORTSDIR}/math/glpk \ + glpk.15:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |