aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-12 09:02:28 -0700
committerAdam Vandenberg2013-07-12 09:02:28 -0700
commit33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb (patch)
tree3f97669b0b9e181efc64aeff117fe568909c844f /Library
parentf013570e64f219ba7a4d827b7465e64ea11e8e1b (diff)
downloadhomebrew-33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb.tar.bz2
remove silly xcodebuild comments
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/appledoc.rb2
-rw-r--r--Library/Formula/blueutil.rb2
-rw-r--r--Library/Formula/jstalk.rb2
-rw-r--r--Library/Formula/macvim.rb3
-rw-r--r--Library/Formula/mogenerator.rb2
5 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb
index 0a4d0ff03..38aca824b 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 6f4027d03..b331d8eb2 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 0331f8845..c8a2d1291 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 4975c70c2..622cdac6b 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 91513f1b3..280855b57 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"