git: cef2e178e1f1 - main - multimedia/mlt7: Fix configure with MOVIT option

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Sat, 10 Jan 2026 16:06:13 UTC
The branch main has been updated by jhale:

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

commit cef2e178e1f1dcfcc24c69a9ca2f936340f98724
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2026-01-10 16:01:15 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2026-01-10 16:06:00 +0000

    multimedia/mlt7: Fix configure with MOVIT option
    
    The pkgconfig file from graphics/movit requires math/eigen3.
    
    PR:             292313
    Reported by:    tjlegg@gmail.com, pkg-fallout
---
 multimedia/mlt7/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/mlt7/Makefile b/multimedia/mlt7/Makefile
index 89db67b3a129..12537e34275c 100644
--- a/multimedia/mlt7/Makefile
+++ b/multimedia/mlt7/Makefile
@@ -77,7 +77,7 @@ KDENLIVE_CMAKE_BOOL=	MOD_KDENLIVE
 MOVIT_DESC=		Enable Movit module
 MOVIT_LIB_DEPENDS=	libmovit.so:graphics/movit \
 			libepoxy.so:graphics/libepoxy
-MOVIT_USES=		gl xorg
+MOVIT_USES=		eigen:3 gl xorg
 MOVIT_USE=		gl=opengl xorg=x11
 MOVIT_CMAKE_BOOL=	MOD_MOVIT