diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 13:48:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-24 13:48:42 +0000 |
commit | 47498b97858885d6cf5ba46e225b30586dbe2fe2 (patch) | |
tree | 0c47db62d2f02fabeaa7bb8f5adddfbbab141fba /chinese | |
parent | 4dbff0388eb990a85babfd22687abdf9af731506 (diff) |
Add missing USE_ICONV=yes
Notes
Notes:
svn path=/head/; revision=154350
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/miniChinput/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/miniChinput/Makefile b/chinese/miniChinput/Makefile index 3a0d887f66fa..68de2526c6d0 100644 --- a/chinese/miniChinput/Makefile +++ b/chinese/miniChinput/Makefile @@ -17,6 +17,7 @@ COMMENT= A tiny version of Chinput GNU_CONFIGURE= yes USE_GMAKE= yes +USE_ICONV= yes USE_REINPLACE= yes USE_XLIB= yes ALL_TARGET= all data |