From: Michael Tremer Date: Tue, 16 Jun 2015 16:03:54 +0000 (+0200) Subject: git: Depend on perl modules required for 'send-email' X-Git-Tag: v2.17-core92~10^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0967d2ba02339adb85b54130c1cd3c6fb95fd53f;p=ipfire-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