aboutsummaryrefslogtreecommitdiffstats
path: root/math/clp
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2008-12-26 23:14:59 +0800
committerdemon <demon@FreeBSD.org>2008-12-26 23:14:59 +0800
commit14349935c5a1c3da872e1d4cb1daa42b034fb01f (patch)
tree418fcdaf9d07b36c431c9f2350245fbb211948e5 /math/clp
parentf42c594e1995542cefbfaeb9adb0aea22e352ff1 (diff)
downloadfreebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.tar.gz
freebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.tar.zst
freebsd-ports-gnome-14349935c5a1c3da872e1d4cb1daa42b034fb01f.zip
Chase glpk shlib version bump.
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