diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index 0a4d0ff030e0..38aca824b619 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -7,7 +7,7 @@ class Appledoc < Formula head 'https://github.com/tomaz/appledoc.git', :branch => 'master' - depends_on :xcode # For working xcodebuild. + depends_on :xcode depends_on :macos => :lion def install diff --git a/Library/Formula/blueutil.rb b/Library/Formula/blueutil.rb index 6f4027d03aef..b331d8eb2f06 100644 --- a/Library/Formula/blueutil.rb +++ b/Library/Formula/blueutil.rb @@ -7,7 +7,7 @@ class Blueutil < Formula head 'https://github.com/toy/blueutil.git' - depends_on :xcode # For working xcodebuild. + depends_on :xcode def install # Set to build with SDK=macosx10.6, but it doesn't actually need 10.6 diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb index 0331f884500e..c8a2d1291d43 100644 --- a/Library/Formula/jstalk.rb +++ b/Library/Formula/jstalk.rb @@ -8,7 +8,7 @@ class Jstalk < Formula head 'https://github.com/ccgus/jstalk.git' depends_on :macos => :snow_leopard - depends_on :xcode # For working xcodebuild. + depends_on :xcode def install ["JSTalk Framework", "jstalk command line", "JSTalk Editor"].each do |t| diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index 4975c70c2a5b..622cdac6b9bd 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -18,13 +18,12 @@ class Macvim < Formula option "custom-icons", "Try to generate custom document icons" option "override-system-vim", "Override system vim" + depends_on :xcode depends_on 'cscope' => :recommended depends_on 'lua' => :optional depends_on :python => :recommended # Help us! :python3 in MacVim makes the window disappear, so only 2.x bindings! - depends_on :xcode # For xcodebuild. - def install # Set ARCHFLAGS so the Python app (with C extension) that is # used to create the custom icons will not try to compile in diff --git a/Library/Formula/mogenerator.rb b/Library/Formula/mogenerator.rb index 91513f1b3df1..280855b572c3 100644 --- a/Library/Formula/mogenerator.rb +++ b/Library/Formula/mogenerator.rb @@ -7,7 +7,7 @@ class Mogenerator < Formula head 'https://github.com/rentzsch/mogenerator.git' - depends_on :xcode # For working xcodebuild. + depends_on :xcode def install system "xcodebuild -target mogenerator -configuration Release SYMROOT=symroot OBJROOT=objroot"