Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2022 19:38:00 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3b5bc0e0d9ee - main - editors/libreoffice: unbreak build in clean environment (+)
Message-ID:  <202208201938.27KJc0lV064065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208201938.27KJc0lV064065>