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/uim-m17nlib | |
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/uim-m17nlib')
-rw-r--r-- | textproc/uim-m17nlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index 519f4e81f9cf..03bd1eca3cbf 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -15,7 +15,7 @@ COMMENT= Uim plugin using m17n library input method BUILD_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db LIB_DEPENDS= m17n.4:${PORTSDIR}/devel/m17n-lib \ - uim.6:${PORTSDIR}/textproc/uim + uim.7:${PORTSDIR}/textproc/uim RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db MASTERDIR= ${.CURDIR}/../../textproc/uim |