Date: Thu, 16 Jun 2022 19:58:09 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 334b368ca823 - main - science/dakota: Fix LIB_DEPENDS after science/szip removal Message-ID: <202206161958.25GJw9rX092539@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=334b368ca8232a14258ab81daa86a9dca0616d64 commit 334b368ca8232a14258ab81daa86a9dca0616d64 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 19:57:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 19:57:52 +0000 science/dakota: Fix LIB_DEPENDS after science/szip removal science/szip has been replaced by science/libaec in 328ae4074233a5b85e0e38efece1af5dcc218160. And it has been removed in 3110404349b2df7a416cef5e76af82f9e888c0db. --- science/dakota/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/dakota/Makefile b/science/dakota/Makefile index bc86b5c8a94d..24a2d7e2952b 100644 --- a/science/dakota/Makefile +++ b/science/dakota/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack \ libnlopt.so:math/nlopt \ libpng16.so:graphics/png \ - libsz.so:science/szip + libsz.so:science/libaec RUN_DEPENDS= bash:shells/bash USES= cmake compiler:c++11-lang fortran gettext-runtime jpeg motif perl5 pkgconfig python shebangfix xorg
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161958.25GJw9rX092539>