aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/msmtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 9a29f5ce0..4f9dce3a3 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -44,7 +44,7 @@ endef
define Package/msmtp
$(call Package/msmtp/Default)
- DEPENDS+= +libopenssl
+ DEPENDS+= +libopenssl +ca-bundle
TITLE+= (with SSL support)
VARIANT:=ssl
endef