wordgrinder: fix build

This commit is contained in:
kyak 2011-05-29 18:14:24 +04:00
parent 4771df5844
commit c0acd5ca94
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ define Package/wordgrinder
TITLE:=A word processor for processing words
URL:=http://wordgrinder.sourceforge.net/
SUBMENU:=Editors
DEPENDS:=+libncursesw lua luafilesystem
DEPENDS:=+libncursesw +lua +luafilesystem
endef
define Package/wordgrinder/description
@ -39,3 +39,4 @@ define Package/wordgrinder/install
endef
$(eval $(call BuildPackage,wordgrinder))
$(eval $(call RequireCommand,lua,Please install lua.))