summaryrefslogtreecommitdiff
path: root/doc/install/OSX.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlDDW-g2WLLsLpcnCm4LykAquFY_nwbIrU <Daniel@web>2013-01-15 10:40:00 +0000
committerGravatar admin <admin@branchable.com>2013-01-15 10:40:00 +0000
commitd98541ae6bd350558d25cc6193a1e6ef16b8b388 (patch)
tree74921d5783fc8ccd1265faa029e00ee9e1f67297 /doc/install/OSX.mdwn
parent353ae3504f6b4067bec460fdf8b6e8b86eb99329 (diff)
Add missing depends to MacPorts `port install` call
Diffstat (limited to 'doc/install/OSX.mdwn')
-rw-r--r--doc/install/OSX.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/OSX.mdwn b/doc/install/OSX.mdwn
index 39c616fda..e9e2a044b 100644
--- a/doc/install/OSX.mdwn
+++ b/doc/install/OSX.mdwn
@@ -38,7 +38,7 @@ The version provided by Macports is too old to work with current versions of git
Then execute
<pre>
-sudo port install git-core ossp-uuid md5sha1sum coreutils pcre
+sudo port install git-core ossp-uuid md5sha1sum coreutils pcre gnutls libxml2 libgsasl pkgconfig
sudo ln -s /opt/local/include/pcre.h /usr/include/pcre.h # This is hack that allows pcre-light to find pcre