aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorMichael Ford <fanquake@gmail.com>2014-01-10 20:16:57 +0800
committerMichael Ford <fanquake@gmail.com>2014-01-10 20:16:57 +0800
commitf5e9d983c02227813efec32a53c3166cb7ca50c5 (patch)
tree57c983e44030db01b2cb88fccedf874cf76ebae1 /doc/build-osx.md
parenta036b796d13d6baabb60c432ba9fee046dd59490 (diff)
downloadbitcoin-f5e9d983c02227813efec32a53c3166cb7ca50c5.tar.xz
Add missing MacPorts dependencies to osx build docs
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 6268a440a8..a9a78b374b 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -45,7 +45,7 @@ Instructions: MacPorts
Installing the dependencies using MacPorts is very straightforward.
- sudo port install boost db48@+no_java openssl miniupnpc
+ sudo port install boost db48@+no_java openssl miniupnpc autoconf pkgconfig
### Building `bitcoind`