https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292313
--- Comment #2 from Tomoaki AOKI <[email protected]> --- (In reply to tjlegg from comment #0) Confirmed your fix works for me, too, on Poudriere. The patch I've created and used is as follows (intentionally not uploaded not to hijack authorship). Maybe what you've tried would be exactly the same. --- a/multimedia/mlt7/Makefile +++ b/multimedia/mlt7/Makefile @@ -75,6 +75,7 @@ KDENLIVE_CMAKE_BOOL= MOD_KDENLIVE MOVIT_DESC= Enable Movit module +MOVIT_BUILD_DEPENDS= eigen>0:math/eigen3 MOVIT_LIB_DEPENDS= libmovit.so:graphics/movit \ libepoxy.so:graphics/libepoxy MOVIT_USES= gl xorg -- You are receiving this mail because: You are the assignee for the bug.
