diff options
-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: |