]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
git: Depend on perl modules required for 'send-email'
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 16 Jun 2015 16:03:54 +0000 (18:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Jun 2015 18:39:38 +0000 (20:39 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/git

diff --git a/lfs/git b/lfs/git
index 23838e4e54d859f028293dcee68d799a86a11056..51936ab4dca986f6e5f05fcfc433943eaea3aac6 100644 (file)
--- 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