summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-01-09 11:02:50 +0000
committerobache <obache@pkgsrc.org>2011-01-09 11:02:50 +0000
commita30fc7990db15bb52ef032eeea6d4dc06ff99da3 (patch)
tree9140f54bb22f64f4b4bb19596fa6b2e275375671 /inputmethod
parentae24f8afd83dfb07ddf0930af505899def7b3439 (diff)
downloadpkgsrc-a30fc7990db15bb52ef032eeea6d4dc06ff99da3.tar.gz
fixes configure switch for lua.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ibus-pinyin/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/inputmethod/ibus-pinyin/options.mk b/inputmethod/ibus-pinyin/options.mk
index 557220a70f9..fd08473b8e5 100644
--- a/inputmethod/ibus-pinyin/options.mk
+++ b/inputmethod/ibus-pinyin/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2010/08/07 02:02:40 obache Exp $
+# $NetBSD: options.mk,v 1.2 2011/01/09 11:02:50 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.ibus-pinyin
@@ -13,8 +13,8 @@ PLIST_VARS+= lua
#
.if !empty(PKG_OPTIONS:Mlua)
.include "../../lang/lua/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-lua
+CONFIGURE_ARGS+= --enable-lua-extension
PLIST.lua= yes
.else
-CONFIGURE_ARGS+= --disable-lua
+CONFIGURE_ARGS+= --disable-lua-extension
.endif