From 17076c11d3463a80312dbe91ed9be699fd9233d8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 16 Jun 2015 18:00:20 +0200 Subject: [PATCH] git: Depend on perl modules required for 'send-email' Signed-off-by: Michael Tremer --- lfs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5