From f6d15fbfe2484f9e44ea0c2ab42c10506f60b1ea Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 27 Jan 2013 14:41:35 -0800 Subject: boost149: style nits --- Library/Formula/boost149.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/boost149.rb') diff --git a/Library/Formula/boost149.rb b/Library/Formula/boost149.rb index 0901211bc..490b4671c 100644 --- a/Library/Formula/boost149.rb +++ b/Library/Formula/boost149.rb @@ -26,7 +26,7 @@ class Boost149 < Formula option 'without-python', 'Build without Python' option 'with-icu', 'Build regexp engine with icu support' - depends_on UniversalPython.new if build.universal? and not build.include? "without-python" + depends_on UniversalPython if build.universal? and not build.include? "without-python" depends_on "icu4c" if build.include? "with-icu" depends_on MPIDependency.new(:cc, :cxx) if build.include? "with-mpi" -- cgit v1.2.3