diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2010-11-27 01:38:22 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2010-11-27 01:38:22 +0800 |
commit | f0e7020378256f485f421bc0cfbe77777f390ace (patch) | |
tree | 992cda0793e1d55f3b2c5a045dacc69128a49a9a /textproc/uim-m17nlib | |
parent | dbf0884f490bd6da081c712061344d5472e64706 (diff) | |
download | freebsd-ports-gnome-f0e7020378256f485f421bc0cfbe77777f390ace.tar.gz freebsd-ports-gnome-f0e7020378256f485f421bc0cfbe77777f390ace.tar.zst freebsd-ports-gnome-f0e7020378256f485f421bc0cfbe77777f390ace.zip |
- 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.
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 |