git: 8636de5bcb02 - main - textproc/ibus-table: fix build WITHOUT=NLS
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 17 17:42:33 UTC 2021
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8636de5bcb028dbe19b6387c88ba45caf269fe94
commit 8636de5bcb028dbe19b6387c88ba45caf269fe94
Author: Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-17 16:28:24 +0000
Commit: Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-17 17:40:06 +0000
textproc/ibus-table: fix build WITHOUT=NLS
Approved by: portmgr blanket
---
textproc/ibus-table/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile
index 869f9aecb500..8cfbb0bf24a2 100644
--- a/textproc/ibus-table/Makefile
+++ b/textproc/ibus-table/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR
LIB_DEPENDS= libibus-1.0.so:textproc/ibus
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
-USES= autoreconf gmake pkgconfig python:3.4+
+USES= autoreconf gettext-tools gmake pkgconfig python:3.4+
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= kaio
@@ -24,7 +24,7 @@ GH_ACCOUNT= kaio
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NLS_CONFIGURE_ENABLE= nls
post-patch:
More information about the dev-commits-ports-all
mailing list