bmon: fix ncurses dependency
authorFelix Fietkau <nbd@nbd.name>
Wed, 11 May 2016 10:36:32 +0000 (12:36 +0200)
committerFelix 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

index 2a0fd0e44191ba3b690099cebf77343e73d378c7..3fa057e9490e3fabbcda7386d052c0fb4ba85456 100644 (file)
@@ -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