diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-14 23:14:25 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-05-15 00:12:31 -0700 |
commit | 52583ce4978a5765ea11cfb1d582186275663d52 (patch) | |
tree | 9d19dc3d7d0469fbc99e79d3b8bd0e734dc13a34 | |
parent | lang/gprolog: Comment out BROKEN_riscv64 (diff) |
math/openturns: Fix dependency
-rw-r--r-- | math/openturns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 74e5eeb3488e..199e6c161227 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,6 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.17 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -30,7 +31,7 @@ LIB_DEPENDS= libbonmin.so:math/bonmin \ libmpfr.so:math/mpfr \ libnlopt.so:math/nlopt \ libopt.so:math/optpp \ - libOsi.so:math/clp \ + libOsi.so:math/osi \ libpng16.so:graphics/png \ libsz.so:science/szip \ libtbb.so:devel/onetbb |