1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-21 19:54:03 +02:00

wordgrinder: fix build

This commit is contained in:
kyak 2011-05-29 18:14:24 +04:00
parent 4771df5844
commit c0acd5ca94

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.))