svn commit: r458586 - head/chinese/ibus-pinyin
Yuri Victorovich
yuri at FreeBSD.org
Tue Jan 9 23:59:57 UTC 2018
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 at 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>
More information about the svn-ports-head
mailing list