Skip to content

Commit

Permalink
remove silly xcodebuild comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Jul 12, 2013
1 parent f013570 commit 33aa810
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Library/Formula/appledoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/blueutil.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/jstalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down
3 changes: 1 addition & 2 deletions Library/Formula/macvim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Library/Formula/mogenerator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33aa810

Please sign in to comment.