projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250b11a
)
bmon: Add missing runtime dependency: terminfo
1753/head
author
Baptiste Jonglez
<git@bitsofnetworks.org>
Thu, 3 Sep 2015 14:33:13 +0000
(16:33 +0200)
committer
Baptiste Jonglez
<git@bitsofnetworks.org>
Thu, 3 Sep 2015 15:32:13 +0000
(17:32 +0200)
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
net/bmon/Makefile
patch
|
blob
|
history
diff --git
a/net/bmon/Makefile
b/net/bmon/Makefile
index 44da26c09d3bbc2dff6d3f557a5f2a9d15f101a1..f9d2425f56963a442e860a73286d7846de5161b4 100644
(file)
--- 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