From 7ef6556928270a058d2bc2e3cf0e782d84e67c33 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Fri, 26 Sep 2014 23:57:32 -0700 Subject: ledger: update for boost-python --- Library/Formula/ledger.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3