diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-21 15:45:58 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-11-21 15:45:58 +0000 |
commit | 053280bd76947705f90ea21738d6e3dcc60554dd (patch) | |
tree | ddc6db01fb1483634e46c6b231f4d87f8f04b2d8 /textproc/Makefile | |
parent | abd638ebd7e769c166c2897848184b19dfb3d39b (diff) |
Add textproc/linux-scim-gtk, Linux binary version of an SCIM module
for gtk library, separated from textproc/linux-scim-libs.
Notes
Notes:
svn path=/head/; revision=223126
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 e01ecf8abd00..92a816b5e691 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -306,6 +306,7 @@ SUBDIR += linux-expat SUBDIR += linux-libxml SUBDIR += linux-libxml2 + SUBDIR += linux-scim-gtk SUBDIR += linux-scim-libs SUBDIR += linux-xerces-c2 SUBDIR += linuxdoc |