From 9c0c6c0d5946069582f8a9f0020dc00878f927fa Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Fri, 10 Dec 2021 23:26:48 +0300 Subject: [PATCH] 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 \