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
This commit is contained in:
parent
32d7d2e425
commit
b5409b2cdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458586
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user