diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
commit | 7689c4a0e57856f870ceaa9e7b9360ddd204c639 (patch) | |
tree | 21fe7f436b198f255b51f51cd0529f20b162a4ef /chinese | |
parent | Add missing USE_PERL5_BUILD (diff) |
Add missing USE_GETTEXT
Notes
Notes:
svn path=/head/; revision=154477
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/chinput3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile index 5de02d1b4ed0..ee04360b7e73 100644 --- a/chinese/chinput3/Makefile +++ b/chinese/chinput3/Makefile @@ -16,6 +16,7 @@ COMMENT= Chinese GB2312,BIG5 code input server LATEST_LINK= zh-chinput3 USE_XLIB= yes +USE_GETTEXT= yes USE_GNOME= gtk12 imlib USE_REINPLACE= yes |