aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp
diff options
context:
space:
mode:
Diffstat (limited to 'math/clp')
-rw-r--r--math/clp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile
index 77f8050f6d5c..7b72d80f8c2b 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Clp
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \
http://www.mavetju.org/download/adopted/
@@ -17,7 +18,7 @@ COMMENT= Linear Programming Solver
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack
.ifdef WITH_GMPL
-LIB_DEPENDS+= glpk.18:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.19:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes