diff options
author | demon <demon@FreeBSD.org> | 2008-08-15 22:16:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-08-15 22:16:01 +0800 |
commit | 89ca67fd0a7af76dd765533a16ce8c6fcf7f74cc (patch) | |
tree | 1deef1d6a04f58dee958ef2d86969f8dcd07afef /math/clp | |
parent | 8d9c5135aeab410ce65388fa6221451bbbb25998 (diff) | |
download | freebsd-ports-gnome-89ca67fd0a7af76dd765533a16ce8c6fcf7f74cc.tar.gz freebsd-ports-gnome-89ca67fd0a7af76dd765533a16ce8c6fcf7f74cc.tar.zst freebsd-ports-gnome-89ca67fd0a7af76dd765533a16ce8c6fcf7f74cc.zip |
Chase glpk shlib version bump.
Diffstat (limited to 'math/clp')
-rw-r--r-- | math/clp/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |