aboutsummaryrefslogtreecommitdiff
path: root/math/clp
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2008-11-07 14:12:29 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2008-11-07 14:12:29 +0000
commit3cfb88537aeaf19aa0310df20ee00514599eaa25 (patch)
tree3175ee16db330f368ef52a6299ff15eea1f064bb /math/clp
parentd608ea2dcc56251012856809a36e1e827dad8873 (diff)
downloadports-3cfb88537aeaf19aa0310df20ee00514599eaa25.tar.gz
ports-3cfb88537aeaf19aa0310df20ee00514599eaa25.zip
Chase glpk shlib version, bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=222493
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 698898ad985d..e3e698a26c0d 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Clp
PORTVERSION= 1.8.0
+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.16:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.18:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes