aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2026-01-10 16:01:15 +0000
committerJason E. Hale <jhale@FreeBSD.org>2026-01-10 16:06:00 +0000
commitcef2e178e1f1dcfcc24c69a9ca2f936340f98724 (patch)
tree58cdd5432e67cea81903e8ae1d5cf353ccb94cf4
parent6cf5a7726493870b6f82297beefe41b72e21c6f5 (diff)
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
-rw-r--r--multimedia/mlt7/Makefile2
1 files changed, 1 insertions, 1 deletions
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