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:
2339a82
)
bmon: fix ncurses dependency
author
Felix Fietkau
<nbd@nbd.name>
Wed, 11 May 2016 10:36:32 +0000
(12:36 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 11 May 2016 10:36:32 +0000
(12:36 +0200)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
net/bmon/Makefile
patch
|
blob
|
history
diff --git
a/net/bmon/Makefile
b/net/bmon/Makefile
index 2a0fd0e44191ba3b690099cebf77343e73d378c7..3fa057e9490e3fabbcda7386d052c0fb4ba85456 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-core +libnl-route +confuse +terminfo
+ DEPENDS:=+
libncursesw
+libnl-core +libnl-route +confuse +terminfo
TITLE:=bmon is a portable bandwidth monitor
URL:=https://github.com/tgraf/bmon/
endef