diff options
author | demon <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2008-12-26 23:14:59 +0800 |
commit | 14349935c5a1c3da872e1d4cb1daa42b034fb01f (patch) | |
tree | 418fcdaf9d07b36c431c9f2350245fbb211948e5 /math/clp | |
parent | f42c594e1995542cefbfaeb9adb0aea22e352ff1 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |