summaryrefslogtreecommitdiff
path: root/inputmethod/uim/options.mk
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-05-31 14:22:38 +0000
committerobache <obache@pkgsrc.org>2014-05-31 14:22:38 +0000
commite32185c9b7142ec7c9ca3851c85f110fbaaa9a83 (patch)
tree236cf5d156ab9774ec0fe5308df24a8f1c9eb261 /inputmethod/uim/options.mk
parent1b6212fffc9dceabe11ba926c85d82080295b613 (diff)
downloadpkgsrc-e32185c9b7142ec7c9ca3851c85f110fbaaa9a83.tar.gz
Introduce UIM module handling framework.
Switch to use it even on UIM base package. Bump PKGREVISION.
Diffstat (limited to 'inputmethod/uim/options.mk')
-rw-r--r--inputmethod/uim/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk
index 099568b4642..07aba02f2f5 100644
--- a/inputmethod/uim/options.mk
+++ b/inputmethod/uim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2014/01/20 13:26:54 ryoon Exp $
+# $NetBSD: options.mk,v 1.30 2014/05/31 14:22:38 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.uim
PKG_SUPPORTED_OPTIONS= anthy canna curl eb expat ffi gnome gnome3 gtk gtk3 m17nlib openssl prime sj3 sqlite uim-fep wnn4 xim
@@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --disable-fep
. include "../../inputmethod/anthy/buildlink3.mk"
CONFIGURE_ARGS+= --with-anthy-utf8
PLIST.anthy= yes
-UIM_MODULES+= anthy
+UIM_MODULES+= anthy anthy-utf8
.else
CONFIGURE_ARGS+= --without-anthy
.endif