aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/bmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile
index 2a0fd0e44..3fa057e94 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-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