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 | 4b00aed6a32bea46a55ea4ce0155a1bda82ae79f (patch) | |
tree | 5130129f47babcf41b7f7337cf6c12139ef98a42 /inputmethod/uim | |
parent | 46eb514d8eb87008ae7b3cf3bc2766a5d0b7a982 (diff) | |
download | pkgsrc-4b00aed6a32bea46a55ea4ce0155a1bda82ae79f.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) |