Date: Tue, 9 Jan 2018 23:59:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458586 - head/chinese/ibus-pinyin Message-ID: <201801092359.w09NxtDe075452@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jan 9 23:59:55 2018 New Revision: 458586 URL: https://svnweb.freebsd.org/changeset/ports/458586 Log: 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 Modified: head/chinese/ibus-pinyin/Makefile Modified: head/chinese/ibus-pinyin/Makefile ============================================================================== --- head/chinese/ibus-pinyin/Makefile Tue Jan 9 23:28:31 2018 (r458585) +++ head/chinese/ibus-pinyin/Makefile Tue Jan 9 23:59:55 2018 (r458586) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801092359.w09NxtDe075452>