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 @@ -1,36 +1,36 @@ # Created by: Nikola Lecic PORTNAME= ibus-table DISTVERSION= 1.13.1 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Table-based input method framework for IBus LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ docbook2man:textproc/docbook-utils \ docbook-sgml>0:textproc/docbook-sgml 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 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-patch: @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py post-install: @${RM} -r ${STAGEDIR}${DATADIR}/*/__pycache__ .include