It seems in 7.4.0.3 there is a mandatory dependency on webp: checking for LIBWEBP... no configure: error: Package requirements (libwebp) were not met: Package 'libwebp', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBWEBP_CFLAGS and LIBWEBP_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ===> Script "configure" failed unexpectedly.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3b5bc0e0d9ee64acb221f1021b0e9f411e7007c9 commit 3b5bc0e0d9ee64acb221f1021b0e9f411e7007c9 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-08-20 19:34:04 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-08-20 19:36:51 +0000 editors/libreoffice: unbreak build in clean environment (+) WebP library is mandatory now, declare it directly. PR: 265960 Reported by: riggs editors/libreoffice/Makefile | 1 + 1 file changed, 1 insertion(+)
Fixed, thanks