Created attachment 220868 [details] patch OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., and customized by Studio Ghibli over many years of production. WWW: https://opentoonz.github.io/e/
Good to see this is at a point of working on FreeBSD. I think you should remove blas options and have USES= blaspack
grep -rsp 'blaspack' /usr/ports/ /usr/ports/math/laspack/pkg-plist:lib/liblaspack.a Are you sure?
Actually, I spelt it wrong, but I thought Mk/Uses/blaslapack.mk offered a user choice for default blas lib. I should have noticed you have *_USES= blaslapack in your options. You can cleanup the qt usage, you don't need the BUILD_DEPENDS for qt ports. You can add a "_build" suffix to components to add them to BUILD_DEPENDS USE_QT=buildtools_build qmake_build ... If you ever need it there is also a "_run" suffix to add to RUN_DEPENDS Anyway, it is good to know opentoonz is at a point of being able to run on FreeBSD. Thanks for making this port.