diff options
| author | Adam Vandenberg | 2013-07-12 09:02:28 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-12 09:02:28 -0700 |
| commit | 33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb (patch) | |
| tree | 3f97669b0b9e181efc64aeff117fe568909c844f /Library/Formula/appledoc.rb | |
| parent | f013570e64f219ba7a4d827b7465e64ea11e8e1b (diff) | |
| download | homebrew-33aa8103ad34fd0d4d316828b4a98b4ab1f7f2eb.tar.bz2 | |
remove silly xcodebuild comments
Diffstat (limited to 'Library/Formula/appledoc.rb')
| -rw-r--r-- | Library/Formula/appledoc.rb | 2 |
1 files changed, 1 insertions, 1 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 |
