diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-09-04 10:26:41 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2008-09-04 10:26:41 +0000 |
commit | b9a2e3a0b7069f44d53afafd734d2f4fa95999a6 (patch) | |
tree | cd9d607b35acd1c4dc743f4d18269a74024af0f5 /math/clp | |
parent | b98df68d080bf8ed0d4851dd01b79d329195eafe (diff) | |
download | ports-b9a2e3a0b7069f44d53afafd734d2f4fa95999a6.tar.gz ports-b9a2e3a0b7069f44d53afafd734d2f4fa95999a6.zip |
Notes
Diffstat (limited to 'math/clp')
-rw-r--r-- | math/clp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index a9a84e89f24b..698898ad985d 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -17,7 +17,7 @@ COMMENT= Linear Programming Solver LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack .ifdef WITH_GMPL -LIB_DEPENDS+= glpk.15:${PORTSDIR}/math/glpk +LIB_DEPENDS+= glpk.16:${PORTSDIR}/math/glpk .endif USE_FORTRAN= yes |