diff options
author | demon <demon@FreeBSD.org> | 2008-07-15 21:03:56 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-07-15 21:03:56 +0800 |
commit | 3a6076757a27d8cc56a5027054b33c7d0b441371 (patch) | |
tree | 45aaba8bfdcd99427777d8535825bb09885889ae | |
parent | 52945d50e5d99e9c5e4a1ec581a1c4dd33d6e03e (diff) | |
download | freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.gz freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.zst freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.zip |
Chase glpk shared library version.
-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 c1c68e2e376d..34ed0de534a5 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.13:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.14:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes diff --git a/math/octave/Makefile b/math/octave/Makefile index fdd8548acf80..44498541dd6e 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.13:${PORTSDIR}/math/glpk \ + glpk.14:${PORTSDIR}/math/glpk \ hdf5:${PORTSDIR}/science/hdf5 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull |