diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-09-04 13:30:29 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-09-04 13:30:29 +0000 |
commit | 626dd15527d5cede40716cec86bffabd9dfb8099 (patch) | |
tree | 3423fa8a69e0a548f5ebdd1d3c16e9f65822f9b9 /math/clp | |
parent | 791cdf790da5d821066828052edaaef19cd46055 (diff) | |
download | ports-626dd15527d5cede40716cec86bffabd9dfb8099.tar.gz ports-626dd15527d5cede40716cec86bffabd9dfb8099.zip |
Notes
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 f7a76410429d..79721c9878e7 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -7,7 +7,7 @@ PORTNAME= Clp PORTVERSION= 1.8.2 -PORTREVISION= 4 +PORTREVISION= 5 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.23:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.24:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes |