diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-06-24 08:38:23 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2009-06-24 08:38:23 +0000 |
commit | 7596afe35630f3cdbc29e0dcc505ea00e084b1bc (patch) | |
tree | b8bd8223a4a0e75bf021b45c2640d5ed21818d21 /math/clp/Makefile | |
parent | d11c34161ba6727d747d493991070cd0d2382f13 (diff) | |
download | ports-7596afe35630f3cdbc29e0dcc505ea00e084b1bc.tar.gz ports-7596afe35630f3cdbc29e0dcc505ea00e084b1bc.zip |
Notes
Diffstat (limited to 'math/clp/Makefile')
-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 |