aboutsummaryrefslogtreecommitdiff
path: root/misc/openmvg
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2023-01-08 09:14:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2023-01-08 09:14:30 +0000
commit49d91cdf5c037619954af978e348456e8bf866b4 (patch)
treeb76502a2cc04bfc7378f466457dc709398e90af8 /misc/openmvg
parentc4058e3c4173a1fd69b02aea4c11cd242d679623 (diff)
downloadports-49d91cdf5c037619954af978e348456e8bf866b4.tar.gz
ports-49d91cdf5c037619954af978e348456e8bf866b4.zip
misc/openmvg: fix LIB_DEPENDS
Diffstat (limited to 'misc/openmvg')
-rw-r--r--misc/openmvg/Makefile4
1 files 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 \