From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 4/4] git: Depend on perl modules required for 'send-email' Date: Tue, 16 Jun 2015 18:03:54 +0200 Message-ID: <1434470634-31378-4-git-send-email-michael.tremer@ipfire.org> In-Reply-To: <1434470634-31378-1-git-send-email-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0391827460112434762==" List-Id: --===============0391827460112434762== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- lfs/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/git b/lfs/git index 23838e4..51936ab 100644 --- a/lfs/git +++ b/lfs/git @@ -32,9 +32,9 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D git -PAK_VER =3D 10 +PAK_VER =3D 11 =20 -DEPS =3D "" +DEPS =3D "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL" =20 ############################################################################= ### # Top-level Rules --=20 1.8.5.2 --===============0391827460112434762==--