diff options
author | demon <demon@FreeBSD.org> | 2009-06-24 16:38:23 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-06-24 16:38:23 +0800 |
commit | ffe6ac44ed1fd39879456f44e24a61d593ea4316 (patch) | |
tree | 3b2f01087f25a69e2f510f11bc404d21362fac7e /math/clp | |
parent | 2865cbafe53e38610e9a634d4dbceb9d849fe1e3 (diff) | |
download | freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.gz freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.zst freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.zip |
Chase glpk shlib version.
Diffstat (limited to 'math/clp')
-rw-r--r-- | math/clp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 5c0c5338405b..f7a76410429d 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -7,7 +7,7 @@ PORTNAME= Clp PORTVERSION= 1.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ @@ -18,7 +18,7 @@ COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL -LIB_DEPENDS+= glpk.22:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.23:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes |