summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-01-09 23:59:55 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-01-09 23:59:55 +0000
commitb5409b2cdd9f3866432eeae1bd0c6e14481ac37c (patch)
tree527371e4443ca2ed2be54ac5d349f0ad867804ff /chinese
parent32d7d2e4256e00fa91c01583e282740d9b4c7b46 (diff)
downloadfreebsd-ports-b5409b2cdd9f3866432eeae1bd0c6e14481ac37c.zip
chinese/ibus-pinyin: Fixed build with NLS=off
PR: 219603 Submitted by: Henry Hu <henry.hu.sh@gmail.com> Reported by: yuri Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13736
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ibus-pinyin/Makefile11
1 files 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 <bsd.port.mk>