aboutsummaryrefslogtreecommitdiff
path: root/net/bmon/Makefile
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2015-09-03 16:33:13 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2015-09-03 16:33:13 +0200
commitb7cec79df1e5c3bd55796465238fba5c54e9b867 (patch)
treea8fe6eb70ae29bcf06948b2ffb3cd2695b1af74f /net/bmon/Makefile
parentae18150aef7cb19d660443d746750a90b60e5fbf (diff)
bmon: Add missing runtime dependency: terminfo
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r--net/bmon/Makefile2
1 files changed, 1 insertions, 1 deletions
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