diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-07 03:00:16 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-07 03:00:16 +0000 |
commit | c0f0c7941646577df8237be4273a618fc93b4bb2 (patch) | |
tree | 974bc8f93360b1d6c21e70a07f15e40060b0e414 /textproc/Makefile | |
parent | 99806f08b4eb0ef93544b3b6199b564faa9dab12 (diff) |
- This is the im engine for scim table based input methods.
- This IM engine was included as part of scim in 1.0.x version,
and splited into a separate package since 1.2.0.
PR: 78264
Submitted by: Jie Gao <gaoj AT cpsc dot ucalgary dot ca>
Notes
Notes:
svn path=/head/; revision=130505
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c1a543866a2e..956e0d0e2a7b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -604,6 +604,7 @@ SUBDIR += saxon-devel SUBDIR += sc-aspell SUBDIR += scim + SUBDIR += scim-table-imengine SUBDIR += scr2txt SUBDIR += scrollkeeper SUBDIR += sdf |