From b5409b2cdd9f3866432eeae1bd0c6e14481ac37c Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 9 Jan 2018 23:59:55 +0000 Subject: [PATCH] chinese/ibus-pinyin: Fixed build with NLS=off PR: 219603 Submitted by: Henry Hu Reported by: yuri Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13736 --- chinese/ibus-pinyin/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/chinese/ibus-pinyin/Makefile b/chinese/ibus-pinyin/Makefile index 75252fe4d9f3..9a1a7079e804 100644 --- a/chinese/ibus-pinyin/Makefile +++ b/chinese/ibus-pinyin/Makefile @@ -17,20 +17,17 @@ LIB_DEPENDS= libpyzy-1.0.so:chinese/pyzy \ libibus-1.0.so:textproc/ibus \ libsqlite3.so:databases/sqlite3 -USES= compiler:c++11-lib gmake pkgconfig python autoreconf libtool -USE_GNOME= glib20 +USES= compiler:c++11-lib gmake pkgconfig python autoreconf libtool gettext +USE_GITHUB= yes +GH_ACCOUNT= ibus +USE_GNOME= glib20 intltool USE_PYTHON= py3kplist GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-lua-extension -USE_GITHUB= yes -GH_ACCOUNT= ibus - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_USES= gettext -NLS_USE= GNOME=intltool NLS_CONFIGURE_ENABLE= nls .include