diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-08-20 19:34:04 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-08-20 19:36:51 +0000 |
commit | 3b5bc0e0d9ee64acb221f1021b0e9f411e7007c9 (patch) | |
tree | a604d2d42565dbd9888ac454cac7aa305fe3d93c | |
parent | eced18f993126bc69650e70cdd1c19882ebf35fe (diff) |
editors/libreoffice: unbreak build in clean environment (+)
WebP library is mandatory now, declare it directly.
PR: 265960
Reported by: riggs
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |