diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2011-05-28 19:42:58 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2011-05-28 19:42:58 +0000 |
commit | d29437f771c37d60bd9dcb45e8fd63b718380dfb (patch) | |
tree | b24a7e4318115c7fed3964d8d09d6e42fc08d1a2 /textproc/uim-m17nlib | |
parent | 6958649e0f270dca879131725c55d157305c99f1 (diff) |
Notes
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 03bd1eca3cbf..40763f002e48 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.7:${PORTSDIR}/textproc/uim + uim.8:${PORTSDIR}/textproc/uim RUN_DEPENDS= m17n-db:${PORTSDIR}/devel/m17n-db MASTERDIR= ${.CURDIR}/../../textproc/uim |