From fcc2af694135ca1959ae1acb0b53c87d21f3623f Mon Sep 17 00:00:00 2001
From: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
Date: Fri, 7 Mar 2014 15:25:49 +0100
Subject: [PATCH] Add libgit2 dependency to INSTALL file (MacPorts stanza)

Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
---
 INSTALL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index c5e89c93a..5eccdd2da 100644
--- a/INSTALL
+++ b/INSTALL
@@ -157,7 +157,7 @@ Please refer to http://www.macports.org/install.php
 
 2)  Install needed dependencies
 
-$ sudo port -vp install asciidoc libzip libusb sqlite cmake qt4-mac marble libdivecomputer
+$ sudo port -vp install asciidoc libzip libusb sqlite cmake qt4-mac marble libdivecomputer libgit2
 
 3)  Check dependencies' versions
 
@@ -166,6 +166,7 @@ The following ports are currently installed:
   asciidoc @8.6.9_1 (active)
   cmake @2.8.12_3 (active)
   libdivecomputer @0.4.1_0 (active)
+  libgit2 @0.20.0_0 (active)
   libusb @1.0.18_0 (active)
   libzip @0.11.1_0 (active)
   marble @4.12.2_0 (active)