summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-14 16:17:48 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-14 16:17:48 -0500
commit0f975df36b25644694351151262ae14041650fff (patch)
tree03e6533298be371d602f9760645c45cddce09f6c
parentce96e61bf8bb08be6cdab5640542a17c69f66adb (diff)
downloadledger-0f975df36b25644694351151262ae14041650fff.tar.gz
ledger-0f975df36b25644694351151262ae14041650fff.tar.bz2
ledger-0f975df36b25644694351151262ae14041650fff.zip
Improved some of the dependencies targets
-rwxr-xr-xacprep9
1 files changed, 3 insertions, 6 deletions
diff --git a/acprep b/acprep
index f9bd18e5..0b7545a2 100755
--- a/acprep
+++ b/acprep
@@ -550,14 +550,12 @@ class PrepareBuild(CommandLineApp):
self.log.info('Looks like you are using MacPorts on OS X')
packages = [
'sudo', 'port', 'install', '-f',
- 'automake', 'autoconf', 'libtool',
- 'python26', 'boost-jam',
+ 'automake', 'autoconf', 'libtool', 'python26',
'libiconv', '+universal', 'zlib', '+universal',
'gmp' ,'+universal', 'mpfr', '+universal',
'ncurses', '+universal', 'ncursesw', '+universal',
'gettext' ,'+universal', 'libedit' ,'+universal',
- 'boost', '+universal+st+debug+python26+doc',
- 'cppunit' ,'+universal',
+ 'boost-jam', 'boost', '+st+python26+icu', 'cppunit',
'texlive', 'doxygen', 'graphviz', 'texinfo',
'lcov', 'sloccount'
]
@@ -602,8 +600,7 @@ class PrepareBuild(CommandLineApp):
'python-devel', 'bboost-devel',
'gmp-devel', 'gettext-devel',
#'mpfr-devel'
- 'libedit-devel',
- 'cppunit-devel',
+ 'libedit-devel', 'cppunit-devel',
#'texlive-full',
#'doxygen', 'graphviz', 'texinfo',
#'lcov', 'sloccount'