diff options
| author | Tim D. Smith | 2014-09-26 23:57:32 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2014-09-27 00:59:37 -0700 |
| commit | 7ef6556928270a058d2bc2e3cf0e782d84e67c33 (patch) | |
| tree | f3ef772adcff1dd5866c856e5457a56a0033c847 /Library/Formula | |
| parent | 42d950c2a85f98af551dba3f829af17ef9fedd44 (diff) | |
| download | homebrew-7ef6556928270a058d2bc2e3cf0e782d84e67c33.tar.bz2 | |
ledger: update for boost-python
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ledger.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ledger.rb b/Library/Formula/ledger.rb index 33bab1e0e..f534b24ef 100644 --- a/Library/Formula/ledger.rb +++ b/Library/Formula/ledger.rb @@ -2,6 +2,7 @@ require "formula" class Ledger < Formula homepage "http://ledger-cli.org" + revision 1 stable do url "https://github.com/ledger/ledger/archive/v3.0.3.tar.gz" @@ -38,9 +39,9 @@ class Ledger < Formula depends_on :python => :optional boost_opts = [] - boost_opts << "with-python" if build.with? "python" boost_opts << "c++11" if MacOS.version < "10.9" depends_on "boost" => boost_opts + depends_on "boost-python" => boost_opts if build.with? "python" needs :cxx11 |
