git: 7031aa11dcc2 - main - math/openturns: Fix build

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 12 00:19:59 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7031aa11dcc26cb7a70d697736cdfc3daf7a6e25

commit 7031aa11dcc26cb7a70d697736cdfc3daf7a6e25
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-11 19:21:48 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-12 00:19:55 +0000

    math/openturns: Fix build
    
    Dependency library math/hmat-oss was renamed.
    
    Reported by:    fallout
---
 math/openturns/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 0a03e88623f3..2c33fe0cdc7b 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -27,7 +27,7 @@ LIB_DEPENDS=	libbonmin.so:math/bonmin \
 		libgflags.so:devel/gflags \
 		libglog.so:devel/glog \
 		libhdf5_cpp.so:science/hdf5 \
-		libhmat-oss.so:math/hmat-oss \
+		libhmat.so:math/hmat-oss \
 		libipopt.so:math/ipopt \
 		libmpc.so:math/mpc \
 		libmpfr.so:math/mpfr \


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