From 08ed344d908581006c545f0efc638327c05d73c9 Mon Sep 17 00:00:00 2001 From: kyak Date: Fri, 12 Oct 2012 22:57:52 +0400 Subject: [PATCH] w3m: fix missing deps --- w3m/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w3m/Makefile b/w3m/Makefile index 00961f8..908a457 100644 --- a/w3m/Makefile +++ b/w3m/Makefile @@ -26,7 +26,7 @@ define Package/w3m SECTION:=network CATEGORY:=Network URL:=http://w3m.sourceforge.net/ - DEPENDS:=+libopenssl +gc +libncursesw +gtk2 + DEPENDS:=+libopenssl +gc +libncurses +PACKAGE_libncursesw:libncursesw +gtk2 endef define Package/w3m/description