Date: Sun, 8 Jan 2023 09:14:33 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 49d91cdf5c03 - main - misc/openmvg: fix LIB_DEPENDS Message-ID: <202301080914.3089EXb3072713@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=49d91cdf5c037619954af978e348456e8bf866b4 commit 49d91cdf5c037619954af978e348456e8bf866b4 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-01-08 09:14:15 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-01-08 09:14:30 +0000 misc/openmvg: fix LIB_DEPENDS --- misc/openmvg/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile index cd6f1e5d92b9..457f54cdb7a1 100644 --- a/misc/openmvg/Makefile +++ b/misc/openmvg/Makefile @@ -1,7 +1,7 @@ PORTNAME= openmvg DISTVERSIONPREFIX= v DISTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org @@ -28,7 +28,7 @@ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcoinasl.so:math/asl \ libCoinUtils.so:math/coinutils \ libcolamd.so:math/suitesparse-colamd \ - libcoinmumps.so:math/ipopt \ + libcoinmumps.so:math/coin-or-mumps \ libcxsparse.so:math/suitesparse-cxsparse \ libemon.so:math/lemon \ libflann_cpp.so:math/flann \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301080914.3089EXb3072713>