diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2015-10-03 18:42:58 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2015-10-03 18:42:58 +0200 |
commit | 0496608450f38fdda9cfd1cb7247b0ed67f4b5af (patch) | |
tree | bcc16761671244a19d0c4f6159ee91e0fb047622 /net/bmon/Makefile | |
parent | 4b50d1aae06eb00ad25d783664fb30572d7274e2 (diff) |
bmon: Adapt to libnl package split, only depend on required parts
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
Diffstat (limited to 'net/bmon/Makefile')
-rw-r--r-- | net/bmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index 54e7ff34f..2a0fd0e44 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bmon PKG_VERSION:=3.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/tgraf/bmon/releases/download/v$(PKG_VERSION)/ @@ -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 +terminfo + DEPENDS:=+PACKAGE_libncursesw:libncursesw +!PACKAGE_libncursesw:libncurses +libnl-core +libnl-route +confuse +terminfo TITLE:=bmon is a portable bandwidth monitor URL:=https://github.com/tgraf/bmon/ endef |