diff options
author | kris <kris@FreeBSD.org> | 2006-01-24 21:48:42 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-24 21:48:42 +0800 |
commit | 1b945b839d029922c28b306b15cc555bdf685855 (patch) | |
tree | 6953b73cb48808bbe9c736053ae1ebd1f69658fe /chinese | |
parent | d2ac9976bf8808768ca9fb5d1ae841fd9974ad5b (diff) | |
download | freebsd-ports-gnome-1b945b839d029922c28b306b15cc555bdf685855.tar.gz freebsd-ports-gnome-1b945b839d029922c28b306b15cc555bdf685855.tar.zst freebsd-ports-gnome-1b945b839d029922c28b306b15cc555bdf685855.zip |
Add missing USE_ICONV=yes
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 |