diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-18 00:28:24 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-18 01:40:06 +0800 |
commit | 8636de5bcb028dbe19b6387c88ba45caf269fe94 (patch) | |
tree | 90316b6de56051bcfe9763704be1b3cef085e20c /textproc/ibus-table | |
parent | b14bcda7895dbe0190094577579e3486b1067347 (diff) | |
download | freebsd-ports-gnome-8636de5bcb028dbe19b6387c88ba45caf269fe94.tar.gz freebsd-ports-gnome-8636de5bcb028dbe19b6387c88ba45caf269fe94.tar.zst freebsd-ports-gnome-8636de5bcb028dbe19b6387c88ba45caf269fe94.zip |
textproc/ibus-table: fix build WITHOUT=NLS
Approved by: portmgr blanket
Diffstat (limited to 'textproc/ibus-table')
-rw-r--r-- | textproc/ibus-table/Makefile | 4 |
1 files 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: |