diff options
author | obache <obache@pkgsrc.org> | 2010-02-15 13:56:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-15 13:56:17 +0000 |
commit | bc195077b5960ef764d1d68526f68e5614b36c93 (patch) | |
tree | f3a4ee32802680c646bdf6071fc2b52bbe54c469 /inputmethod | |
parent | ddb6d204ccf9f1931faa75fa1fdec9cb59f13915 (diff) | |
download | pkgsrc-bc195077b5960ef764d1d68526f68e5614b36c93.tar.gz |
Allow to build with sj3.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/uim/options.mk | 18 |
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" |