From: Baptiste Jonglez Date: Thu, 3 Sep 2015 14:33:13 +0000 (+0200) Subject: bmon: Add missing runtime dependency: terminfo X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b7cec79df1e5c3bd55796465238fba5c54e9b867;p=openwrt-packages.git bmon: Add missing runtime dependency: terminfo Signed-off-by: Baptiste Jonglez --- diff --git a/net/bmon/Makefile b/net/bmon/Makefile index dfe484314..01f8f2b02 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