aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost149.rb2
1 files changed, 1 insertions, 1 deletions
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"