diff options
author | obache <obache@pkgsrc.org> | 2008-03-02 02:54:41 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-02 02:54:41 +0000 |
commit | fb80d475817930c6038058a013e56b218d75cd11 (patch) | |
tree | 122d9ee2dda69f4f5f4a2d66c895f188191ce72b | |
parent | 0240a91005c41d52596597a8d6a8858948a73351 (diff) | |
download | pkgsrc-fb80d475817930c6038058a013e56b218d75cd11.tar.gz |
Added and enabled PRIME packages.
-rw-r--r-- | inputmethod/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inputmethod/Makefile b/inputmethod/Makefile index f0ae46274f9..439f52300cb 100644 --- a/inputmethod/Makefile +++ b/inputmethod/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/02/27 14:14:44 obache Exp $ +# $NetBSD: Makefile,v 1.27 2008/03/02 02:54:41 obache Exp $ # COMMENT= Input method tools and libraries @@ -29,6 +29,9 @@ SUBDIR+= libhangul SUBDIR+= libtabe SUBDIR+= m17n-im-config SUBDIR+= nabi +SUBDIR+= prime +SUBDIR+= prime-dict +SUBDIR+= prime-el SUBDIR+= sj3-dict SUBDIR+= sj3-lib SUBDIR+= sj3-server |