From 1a78a488b7d35fc90924026d3ac583eadf8eb1b0 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Thu, 3 Sep 2015 16:33:13 +0200 Subject: [PATCH] bmon: Add missing runtime dependency: terminfo Signed-off-by: Baptiste Jonglez --- net/bmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 44da26c09d..f9d2425f56 100644 --- 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 +confuse + DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse +terminfo TITLE:=bmon is a portable bandwidth monitor URL:=https://github.com/tgraf/bmon/ endef -- 2.30.2