aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/clp/Makefile')
-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