aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorchamptar <champetier.etienne@gmail.com>2016-07-18 18:07:01 +0200
committerGitHub <noreply@github.com>2016-07-18 18:07:01 +0200
commitef4db7a00689413535de4d0c65f977ab02a22c3c (patch)
treec4fa319a982c75e98cd83dab42a10990400ae2ba /mail
parentbbad924b507141cb0a5f8574672e2f183eb78737 (diff)
parentc7e16dc74a220f7132c71b330636b3b19cfc2680 (diff)
Merge pull request #2926 from cshore/pull-request-msmtp-ca-bundle
mail/msmtp: Make msmtp ssl version depend on ca-bundle
Diffstat (limited to 'mail')
-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