aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2010-01-14 20:42:10 +0800
committerdemon <demon@FreeBSD.org>2010-01-14 20:42:10 +0800
commit990dfe90962fb10ba3d3f4d1fff52e742482a4e0 (patch)
tree09ed1de20502e7851a662a1931d066c57d586d6e /math/clp
parent4d790645828b7c76afd52e756052e9fb61c25f32 (diff)
downloadfreebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.tar.gz
freebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.tar.zst
freebsd-ports-gnome-990dfe90962fb10ba3d3f4d1fff52e742482a4e0.zip
Chase glpk shlib version.
Bump PORTREVISION.
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 da068016c9d0..c82c1bbef381 100644
--- a/math/clp/Makefile
+++ b/math/clp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Clp
PORTVERSION= 1.10.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.24:${PORTSDIR}/math/glpk
+LIB_DEPENDS+= glpk.27:${PORTSDIR}/math/glpk
.endif
USE_FORTRAN= yes