aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTim D. Smith2014-09-26 23:57:32 -0700
committerTim D. Smith2014-09-27 00:59:37 -0700
commit7ef6556928270a058d2bc2e3cf0e782d84e67c33 (patch)
treef3ef772adcff1dd5866c856e5457a56a0033c847 /Library
parent42d950c2a85f98af551dba3f829af17ef9fedd44 (diff)
downloadhomebrew-7ef6556928270a058d2bc2e3cf0e782d84e67c33.tar.bz2
ledger: update for boost-python
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ledger.rb3
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