git: 9c0c6c0d5946 - main - editors/libreoffice6: fix build with options I18N=ON KF5=OFF
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Dec 2021 20:29:57 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9c0c6c0d5946069582f8a9f0020dc00878f927fa
commit 9c0c6c0d5946069582f8a9f0020dc00878f927fa
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2021-12-10 20:26:48 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2021-12-10 20:26:48 +0000
editors/libreoffice6: fix build with options I18N=ON KF5=OFF
PR: 260297
Sponsored by: Netzkommune GmbH
---
editors/libreoffice6/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile
index 64e397a0d1df..5ec11ade44c7 100644
--- a/editors/libreoffice6/Makefile
+++ b/editors/libreoffice6/Makefile
@@ -153,6 +153,7 @@ I18N_CONFIGURE_WITH= lang=ALL
I18N_DISTFILES= ${PORTNAME}-dictionaries-${LOVERSION}${EXTRACT_SUFX} \
${PORTNAME}-translations-${LOVERSION}${EXTRACT_SUFX}
I18N_EXTRACT_ONLY= ${I18N_DISTFILES}
+I18N_USES= gettext-tools
JAVA_BUILD_DEPENDS= ant:devel/apache-ant \
${JAVAJARDIR}/commons-codec.jar:java/apache-commons-codec \