aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2008-07-15 21:03:56 +0800
committerdemon <demon@FreeBSD.org>2008-07-15 21:03:56 +0800
commit3a6076757a27d8cc56a5027054b33c7d0b441371 (patch)
tree45aaba8bfdcd99427777d8535825bb09885889ae /math/clp
parent52945d50e5d99e9c5e4a1ec581a1c4dd33d6e03e (diff)
downloadfreebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.gz
freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.tar.zst
freebsd-ports-gnome-3a6076757a27d8cc56a5027054b33c7d0b441371.zip
Chase glpk shared library version.
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