Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 2021 20:29:57 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: 9c0c6c0d5946 - main - editors/libreoffice6: fix build with options I18N=ON KF5=OFF
Message-ID:  <202112102029.1BAKTveZ097513@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=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 \



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