diff options
author | Steven Barth <steven@midlink.org> | 2008-04-14 11:23:39 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-04-14 11:23:39 +0000 |
commit | 0a1a25d19ad1d800a2cab6eecf8e818cddeefd8c (patch) | |
tree | 2ec988f62f7443b2a830fdea47f09ce24b043155 /contrib/package/lua-luci/Makefile | |
parent | 3fa533f0f936345d50e74746645753f4ad29e599 (diff) |
* Updated Lua
Diffstat (limited to 'contrib/package/lua-luci/Makefile')
-rw-r--r-- | contrib/package/lua-luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/lua-luci/Makefile b/contrib/package/lua-luci/Makefile index b2188fde1b..ffa26853df 100644 --- a/contrib/package/lua-luci/Makefile +++ b/contrib/package/lua-luci/Makefile @@ -51,7 +51,7 @@ endef define Package/lua-luci $(call Package/lua-luci/Default) - DEPENDS:=+liblua-luci +libreadline +libncurses + DEPENDS:=+liblua-luci TITLE+= (interpreter) endef |