aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost149.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:41:35 -0800
committerAdam Vandenberg2013-01-27 14:54:48 -0800
commitf6d15fbfe2484f9e44ea0c2ab42c10506f60b1ea (patch)
tree40f04032ecc83971d0d3002fb62220fb3ff4071b /Library/Formula/boost149.rb
parent5334e68a7f0910b27f710e3cc3d0a9a680c14903 (diff)
downloadhomebrew-f6d15fbfe2484f9e44ea0c2ab42c10506f60b1ea.tar.bz2
boost149: style nits
Diffstat (limited to 'Library/Formula/boost149.rb')
-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"