boost: style nits

master
Adam Vandenberg 2013-01-27 14:40:56 -08:00
parent 8b91af242a
commit adfa42fcee
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Boost < Formula
option 'with-c++11', 'Compile using Clang, std=c++11 and stdlib=libc++' if MacOS.version >= :lion
option 'use-system-layout', 'Use system layout instead of tagged'
depends_on UniversalPython.new if needs_universal_python?
depends_on UniversalPython if needs_universal_python?
depends_on "icu4c" if build.include? "with-icu"
depends_on MPIDependency.new(:cc, :cxx) if build.include? "with-mpi"