diff options
author | Baptiste Jonglez <baptiste--git@jonglez.org> | 2014-11-10 17:09:10 +0100 |
---|---|---|
committer | Baptiste Jonglez <baptiste--git@jonglez.org> | 2014-11-10 17:09:10 +0100 |
commit | 57947e46df838dfd6b3bd41363f50a304a293ab1 (patch) | |
tree | 1e070b378a525e364877e1dfd666b55e1a644669 /net/bmon/Makefile | |
parent | fab830d0f9b4027bce819f48c2e167262bc02fff (diff) |
bmon: Fix libncursesw dependency
When libncursesw is available, bmon uses it instead of libncurses. This
commit adapts the dependencies accordingly.
Signed-off-by: Baptiste Jonglez <bjonglez@illyse.org>
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r-- | net/bmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 500674f09..292779f05 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:=+libncurses +libnl +confuse + DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl +confuse TITLE:=bmon is a portable bandwidth monitor URL:=https://github.com/tgraf/bmon/ endef |