summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2011-01-09 11:02:50 +0000
committerobache <obache>2011-01-09 11:02:50 +0000
commit3cebeabf1e27006d3918036b2136f69bd858fc69 (patch)
tree9140f54bb22f64f4b4bb19596fa6b2e275375671
parent0e29943344acd6dd8bf255cbf0064f54c6416b60 (diff)
downloadpkgsrc-3cebeabf1e27006d3918036b2136f69bd858fc69.tar.gz
fixes configure switch for lua.
-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