From 0f2b2263c3884fc5b32ae9dad0ec82e551369469 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 27 Apr 2009 22:34:46 +0000 Subject: [PATCH] [packages] luaexpat, lusec & luasocket: change dependency on Lua from "lua" to "+lua" SVN-Revision: 15460 --- lang/luaexpat/Makefile | 2 +- lang/luasec/Makefile | 2 +- lang/luasocket/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/luaexpat/Makefile b/lang/luaexpat/Makefile index e034469b85..b8066e554c 100644 --- a/lang/luaexpat/Makefile +++ b/lang/luaexpat/Makefile @@ -23,7 +23,7 @@ define Package/luaexpat CATEGORY:=Languages TITLE:=LuaExpat URL:=http://www.keplerproject.org/luaexpat/ - DEPENDS:=lua +libexpat + DEPENDS:=+lua +libexpat endef define Package/luaexpat/description diff --git a/lang/luasec/Makefile b/lang/luasec/Makefile index d891346d34..0b2d478047 100644 --- a/lang/luasec/Makefile +++ b/lang/luasec/Makefile @@ -23,7 +23,7 @@ define Package/luasec CATEGORY:=Languages TITLE:=LuaSec URL:=http://luasec.luaforge.net/ - DEPENDS:=lua +libopenssl +luasocket + DEPENDS:=+lua +libopenssl +luasocket endef define Package/luasec/description diff --git a/lang/luasocket/Makefile b/lang/luasocket/Makefile index 34b3fbabff..bc41493405 100644 --- a/lang/luasocket/Makefile +++ b/lang/luasocket/Makefile @@ -23,7 +23,7 @@ define Package/luasocket CATEGORY:=Languages TITLE:=LuaSocket URL:=http://luasocket.luaforge.net/ - DEPENDS:=lua + DEPENDS:=+lua endef define Package/luasocket/description -- 2.30.2