aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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