commit b1139e7e73693181f8c6adf6c8652d07b51eaefc
parent 2339a827c21da5dc4e8c4b4a5c9a5bb5ad702f54
Author: Felix Fietkau <nbd@nbd.name>
Date: Wed, 11 May 2016 12:36:32 +0200
bmon: fix ncurses dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/bmon
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl-core +libnl-route +confuse +terminfo
+ DEPENDS:=+libncursesw +libnl-core +libnl-route +confuse +terminfo
TITLE:=bmon is a portable bandwidth monitor
URL:=https://github.com/tgraf/bmon/
endef