diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-11-26 17:38:22 +0000 |
commit | 312a702b4b8c0002651616c073e67e4ef9faffc7 (patch) | |
tree | c712004ab7c143ef4ed5d367ab60f219847273d1 /textproc/Makefile | |
parent | af19ab669c1c4a059660a2805952dbf6fc09aa27 (diff) |
- Update to 1.6.0.
- Add textproc/uim-kde4, KDE4 panel applet of uim input method. It is a
slave port of textproc/uim.
- Remove japanese/uim-canna and japanese/uim-prime. Now the canna and prime
modules are implemented as scheme scripts and they can be installed from
textproc/uim.
- Enable helper tools installation of textproc/uim-qt4.
- Enable sj3 support of textproc/uim.
Notes
Notes:
svn path=/head/; revision=265188
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2e7fbbdc0be2..b0bf78d4ef64 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1258,6 +1258,7 @@ SUBDIR += uim-gnome SUBDIR += uim-gtk SUBDIR += uim-kde + SUBDIR += uim-kde4 SUBDIR += uim-m17nlib SUBDIR += uim-qt SUBDIR += uim-qt4 |