Browse Source

bmon: Add missing runtime dependency: terminfo

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Baptiste Jonglez 9 years ago
parent
commit
b7cec79df1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      net/bmon/Makefile

+ 1
- 1
net/bmon/Makefile View File

@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
22 22
 define Package/bmon
23 23
   SECTION:=net
24 24
   CATEGORY:=Network
25
-  DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse
25
+  DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse +terminfo
26 26
   TITLE:=bmon is a portable bandwidth monitor
27 27
   URL:=https://github.com/tgraf/bmon/
28 28
 endef