aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2009-06-24 16:38:23 +0800
committerdemon <demon@FreeBSD.org>2009-06-24 16:38:23 +0800
commitffe6ac44ed1fd39879456f44e24a61d593ea4316 (patch)
tree3b2f01087f25a69e2f510f11bc404d21362fac7e /math/clp
parent2865cbafe53e38610e9a634d4dbceb9d849fe1e3 (diff)
downloadfreebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.gz
freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.tar.zst
freebsd-ports-gnome-ffe6ac44ed1fd39879456f44e24a61d593ea4316.zip
Chase glpk shlib version.
Diffstat (limited to 'math/clp')
-rw-r--r--math/clp/Makefile4
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