On 2026/01/15 22:50, Matthias Kilian wrote: > Hi, > > mlt7 won't build without math/eigen3 installed. I guess eigen was a > dependency of a former dependency of mlt7 but isn't any longer.
problem is in "movit" - already fixed there > ok? > > Ciao, > Kili > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/multimedia/mlt7/Makefile,v > diff -u -p -r1.22 Makefile > --- Makefile 13 Jan 2026 21:12:44 -0000 1.22 > +++ Makefile 15 Jan 2026 21:47:49 -0000 > @@ -41,6 +41,7 @@ MODULES = devel/cmake \ > x11/qt6 > > BUILD_DEPENDS = audio/ladspa \ > + math/eigen3 \ > multimedia/frei0r-plugins \ > textproc/libxml > >
