aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-06-11 19:21:48 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-06-12 00:19:55 +0000
commit7031aa11dcc26cb7a70d697736cdfc3daf7a6e25 (patch)
tree2d7ef74f3b9f9d5cb2657cb25057e7c854fa59c5
parent6d60b7205ac0bde4c9bfa6d27243527670926f13 (diff)
downloadports-7031aa11dcc26cb7a70d697736cdfc3daf7a6e25.tar.gz
ports-7031aa11dcc26cb7a70d697736cdfc3daf7a6e25.zip
math/openturns: Fix build
Dependency library math/hmat-oss was renamed. Reported by: fallout
-rw-r--r--math/openturns/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \