Date: Sat, 10 Jan 2026 16:06:13 +0000 From: Jason E. Hale <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cef2e178e1f1 - main - multimedia/mlt7: Fix configure with MOVIT option Message-ID: <696278f5.25416.5f610d74@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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_MOVIThome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696278f5.25416.5f610d74>
