diff options
author | demon <demon@FreeBSD.org> | 2009-04-02 18:05:29 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-04-02 18:05:29 +0800 |
commit | c5af5445fe5401014ac2757f747d28ea0e5687bb (patch) | |
tree | 13a7259dcbe20e46296c54cda0849d2da6893f16 /math/clp | |
parent | fc89c6abe24b261b8bb6b66dee7fb46bc5b381fd (diff) | |
download | freebsd-ports-gnome-c5af5445fe5401014ac2757f747d28ea0e5687bb.tar.gz freebsd-ports-gnome-c5af5445fe5401014ac2757f747d28ea0e5687bb.tar.zst freebsd-ports-gnome-c5af5445fe5401014ac2757f747d28ea0e5687bb.zip |
Bump 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 b622487c220b..5c0c5338405b 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -7,7 +7,7 @@ PORTNAME= Clp PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 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.19:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.22:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes |