diff options
author | obache <obache@pkgsrc.org> | 2010-10-15 07:01:08 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-15 07:01:08 +0000 |
commit | 0e6d6906dbc8c3c1eaa0fb47d525aedf42f74ee8 (patch) | |
tree | 5130129f47babcf41b7f7337cf6c12139ef98a42 /inputmethod/uim | |
parent | b6422f80d9c7ef2d7859e4533b25091b72cc186f (diff) | |
download | pkgsrc-0e6d6906dbc8c3c1eaa0fb47d525aedf42f74ee8.tar.gz |
Fixes PLIST_VARS name for sqlite.
part of PR#43972.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/options.mk b/inputmethod/uim/options.mk index e0ce0456dd5..54b3468fbfc 100644 --- a/inputmethod/uim/options.mk +++ b/inputmethod/uim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.21 2010/09/18 03:08:31 obache Exp $ +# $NetBSD: options.mk,v 1.22 2010/10/15 07:01:08 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.uim #PKG_SUPPORTED_OPTIONS= anthy canna curl eb expat ffi gnome gtk m17nlib openssl prime sj3 sqlite uim-fep wnn xim @@ -177,7 +177,7 @@ CONFIGURE_ARGS+= --with-sj3 .if !empty(PKG_OPTIONS:Msqlite) . include "../../databases/sqlite3/buildlink3.mk" CONFIGURE_ARGS+= --with-sqlite3 -PLIST.sqlite3= yes +PLIST.sqlite= yes .endif #.if !empty(PKG_OPTIONS:Mwnn) |