diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:30:05 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-25 04:30:05 -0400 |
commit | 7928b6491056aa653c2d6e813a947672d8be3915 (patch) | |
tree | 0265204a4febc52e0a6234eeb0926c6d6d35eb7b | |
parent | 3ae2fdb260c825abad3735375812bbac22903bcc (diff) | |
download | ledger-7928b6491056aa653c2d6e813a947672d8be3915.tar.gz ledger-7928b6491056aa653c2d6e813a947672d8be3915.tar.bz2 ledger-7928b6491056aa653c2d6e813a947672d8be3915.zip |
Updated dependencies list of Mac OS X
-rwxr-xr-x | acprep | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -519,12 +519,17 @@ class PrepareBuild(CommandLineApp): if exists('/opt/local/bin/port'): self.log.info('Looks like you are using MacPorts on OS X') packages = [ - 'sudo', 'port', 'install', - 'boost', '+python25+debug+st', - 'gmp', 'mpfr', 'gettext', - 'libedit', 'cppunit', - #'texlive', 'doxygen', 'graphviz', 'texinfo', - 'lcov', 'sloccount' + 'sudo', 'port', 'install', '-f', + 'automake', 'autoconf', 'libtool', + 'python26', 'boost-jam', + 'libiconv', '+universal', 'zlib', '+universal', + 'gmp' ,'+universal', 'mpfr', '+universal', + 'ncurses', '+universal', 'ncursesw', '+universal', + 'gettext' ,'+universal', 'libedit' ,'+universal', + 'boost', '+universal+st+debug+python26+doc', + 'cppunit' ,'+universal', + 'texlive', 'doxygen', 'graphviz', 'texinfo', + 'lcov', 'sloccount' ] self.log.info('Executing: ' + string.join(packages, ' ')) self.execute(*packages) |