diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
commit | bbbce59a1945b323d9e78f4d92a8b7e4194c31a2 (patch) | |
tree | a1558a5cff365b2d2a021ec0620eddeedfb19f1f /math/clp | |
parent | 247833fd02ac2722f6db2a44b7f1d04bf6f0a500 (diff) | |
download | freebsd-ports-gnome-bbbce59a1945b323d9e78f4d92a8b7e4194c31a2.tar.gz freebsd-ports-gnome-bbbce59a1945b323d9e78f4d92a8b7e4194c31a2.tar.zst freebsd-ports-gnome-bbbce59a1945b323d9e78f4d92a8b7e4194c31a2.zip |
Chase glpk shlib version bump.
Diffstat (limited to 'math/clp')
-rw-r--r-- | math/clp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 77f8050f6d5c..7b72d80f8c2b 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -7,6 +7,7 @@ PORTNAME= Clp PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \ http://www.mavetju.org/download/adopted/ @@ -17,7 +18,7 @@ COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL -LIB_DEPENDS+= glpk.18:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.19:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes |