git: 52583ce4978a - main - math/openturns: Fix dependency

Yuri Victorovich yuri at FreeBSD.org
Sat May 15 07:12:34 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52583ce4978a5765ea11cfb1d582186275663d52

commit 52583ce4978a5765ea11cfb1d582186275663d52
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-15 06:14:25 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-15 07:12:31 +0000

    math/openturns: Fix dependency
---
 math/openturns/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 at 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


More information about the dev-commits-ports-all mailing list