From: Michael Tremer Date: Tue, 16 Jun 2015 16:00:20 +0000 (+0200) Subject: git: Depend on perl modules required for 'send-email' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fgit-send-email;p=people%2Fms%2Fipfire-2.x.git git: Depend on perl modules required for 'send-email' Signed-off-by: Michael Tremer --- diff --git a/lfs/git b/lfs/git index 23838e4e54..51936ab4dc 100644 --- a/lfs/git +++ b/lfs/git @@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = git -PAK_VER = 10 +PAK_VER = 11 -DEPS = "" +DEPS = "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL" ############################################################################### # Top-level Rules