git: 3b5bc0e0d9ee - main - editors/libreoffice: unbreak build in clean environment (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Aug 2022 19:38:00 UTC
The branch main has been updated by fluffy:
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(+)
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 850639599c32..64923cbdcc90 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -50,6 +50,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
libpng.so:graphics/png \
libpoppler.so:graphics/poppler \
libqrcodegencpp.so:graphics/qr-code-generator \
+ libwebp.so:graphics/webp \
liblpsolve55.so:math/lp_solve \
libcmis-0.5.so:net/libcmis \
libfreetype.so:print/freetype2 \