summaryrefslogtreecommitdiff
path: root/inputmethod/uim
diff options
context:
space:
mode:
authorobache <obache>2010-02-15 13:56:17 +0000
committerobache <obache>2010-02-15 13:56:17 +0000
commit097177bef6f6f1bafd5d9989e57179d6383aa143 (patch)
treef3a4ee32802680c646bdf6071fc2b52bbe54c469 /inputmethod/uim
parent405453235ae9116dbb489cf57cc6af3861a4278b (diff)
downloadpkgsrc-097177bef6f6f1bafd5d9989e57179d6383aa143.tar.gz
Allow to build with sj3.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r--inputmethod/uim/options.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk
index f84aeab6985..621b0313f22 100644
--- a/inputmethod/uim/options.mk
+++ b/inputmethod/uim/options.mk
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.18 2010/01/20 11:06:07 obache Exp $
+# $NetBSD: options.mk,v 1.19 2010/02/15 13:56:17 obache Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.uim
#PKG_SUPPORTED_OPTIONS= anthy canna eb gnome gtk m17nlib prime sj3 uim-fep wnn xim
-PKG_SUPPORTED_OPTIONS= anthy canna eb gnome gtk m17nlib prime uim-fep xim
+PKG_SUPPORTED_OPTIONS= anthy canna eb gnome gtk m17nlib prime sj3 uim-fep xim
PKG_OPTIONS_OPTIONAL_GROUPS= kde qt
PKG_OPTIONS_GROUP.kde= kde kde4
PKG_OPTIONS_GROUP.qt= qt qt4
@@ -144,13 +144,13 @@ CONFIGURE_ARGS+= --with-prime
PLIST.prime= yes
.endif
-#.if !empty(PKG_OPTIONS:Msj3)
-#. include "../../inputmethod/sj3-lib/buildlink3.mk"
-#CONFIGURE_ARGS+= --with-sj3
-#CONFIGURE_ARGS+= SJ3_CFLAGS=-I${BUILDLINK_PREFIX.sj3-lib}/includes
-#CONFIGURE_ARGS+= SJ3_LIBS="-L${BUILDLINK_PREFIX.sj3-lib}/lib -lsj3lib"
-#PLIST.sj3= yes
-#.endif
+.if !empty(PKG_OPTIONS:Msj3)
+. include "../../inputmethod/sj3-client/buildlink3.mk"
+CONFIGURE_ARGS+= --with-sj3
+CONFIGURE_ARGS+= SJ3_CFLAGS=-I${BUILDLINK_PREFIX.sj3-lib}/includes
+CONFIGURE_ARGS+= SJ3_LIBS="-L${BUILDLINK_PREFIX.sj3-lib}/lib -lsj3lib"
+PLIST.sj3= yes
+.endif
#.if !empty(PKG_OPTIONS:Mwnn)
#. include "../../inputmethod/ja-freewnn-lib/buildlink3.mk"