diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-18 00:18:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-18 00:18:48 +0000 |
commit | c2a1f5d5b68f5cace870b5c145c75bb6ee3f0821 (patch) | |
tree | 747443a892c7455a8e381d3d6cbb761c284ecf8f | |
parent | deac3837ce0a05acb1789dac34ddbba86b0f7907 (diff) | |
download | pkgsrc-c2a1f5d5b68f5cace870b5c145c75bb6ee3f0821.tar.gz |
Add and enable imhangul_status_applet.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | inputmethod/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index ccd33685717..e069b283438 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4892 2004/02/17 23:58:02 heinz Exp $ +$NetBSD: CHANGES,v 1.4893 2004/02/18 00:18:48 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -905,3 +905,4 @@ Changes to the packages collection and infrastructure in 2004: Updated conglomerate to 0.7.12 [jmmv 2004-02-17] Updated p5-Storable to 2.09 [heinz 2004-02-17] Updated p5-FreezeThaw to 0.43 [heinz 2004-02-17] + Added imhangul_status_applet-0.2 [minskim 2004-02-18] diff --git a/inputmethod/Makefile b/inputmethod/Makefile index 09f1d79caec..2c7be3dd7b5 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/10 08:59:31 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/02/18 00:18:48 minskim Exp $ # COMMENT= Input method tools and libraries @@ -12,6 +12,7 @@ SUBDIR+= canna-lib SUBDIR+= canna-server SUBDIR+= iiimecf SUBDIR+= imhangul +SUBDIR+= imhangul_status_applet SUBDIR+= ja-freewnn-dict SUBDIR+= ja-freewnn-lib SUBDIR+= ja-freewnn-server |