aboutsummaryrefslogtreecommitdiff
path: root/math/clp
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2008-07-15 13:03:56 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2008-07-15 13:03:56 +0000
commit56bb28e7ce51b48275d24f86564edac017d8158b (patch)
tree63d8189c4f601a0a4690e1523c1aebf4f37db768 /math/clp
parentc1553496d33a291e05f4f2c852e779240dbc3b82 (diff)
Notes
Diffstat (limited to 'math/clp')
-rw-r--r--math/clp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile
index c1c68e2e376d..34ed0de534a5 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.13:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.14:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes