diff options
author | minskim <minskim@pkgsrc.org> | 2004-08-28 14:51:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-08-28 14:51:48 +0000 |
commit | f16825cec236a099580de00c83d8d779c79357b8 (patch) | |
tree | 7d1dba5c3c8d7938dae76dd07900356803a47db2 /inputmethod/nabi/Makefile | |
parent | 15c19207d5763851e541d544556375a1d40cc4db (diff) | |
download | pkgsrc-f16825cec236a099580de00c83d8d779c79357b8.tar.gz |
Update nabi to 0.14.
Changes:
- Provide a configuration window.
- Better support Java applications.
- Increase the number of entries to 9 in the Hanja/symbol input list.
- Print warning for non-supported locales.
- Support Korean input with en_US.UTF-8.
Diffstat (limited to 'inputmethod/nabi/Makefile')
-rw-r--r-- | inputmethod/nabi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/nabi/Makefile b/inputmethod/nabi/Makefile index 69d29289ec0..f9f95500a84 100644 --- a/inputmethod/nabi/Makefile +++ b/inputmethod/nabi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/04/11 13:29:49 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/28 14:51:48 minskim Exp $ # -DISTNAME= nabi-0.13 +DISTNAME= nabi-0.14 CATEGORIES= korean inputmethod MASTER_SITES= http://download.kldp.net/nabi/ |