aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-24 14:40:08 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-24 14:40:08 +0200
commit3428785e4e2a3a69187fc17ce2b69f4861db0ecc (patch)
tree46cfb7cceb1d285655311075b311da24610d1204 /mail
parent2c9587cbe074be6d2fe5e2e583957e9b9f82ffdf (diff)
mutt: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index ce1def85e..02dcc4a61 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/mutt
SECTION:=mail
CATEGORY:=Mail
- DEPENDS:=+libopenssl +libncursesw
+ DEPENDS:=+libopenssl +libncursesw +zlib
TITLE:=Console mail client
URL:=http://www.mutt.org/
endef