diff options
| author | Charlie Sharpsteen | 2012-08-24 13:40:24 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-08-24 19:38:04 -0700 |
| commit | 430b3fb7b5ca0649c351efcfaad439183c566b7c (patch) | |
| tree | 0d486d820455ab37d07d8c2acf73643bb23dc295 /Library/Formula/otx.rb | |
| parent | f447619b0e988edd3ae45297fe35fcf30ab20760 (diff) | |
| download | homebrew-430b3fb7b5ca0649c351efcfaad439183c566b7c.tar.bz2 | |
XCodeDependency: Things that call xcodebuild
Anything that calls `xcodebuild` needs a full install of XCode.app. Two
formulae ommitted from this patch:
- `fuse4x_kext`: Everything that depends on the kernel extension can be
compiled by the CLT. Therefore, this formula is bottled and XCode is only
needed to produce the bottles.
- `graphviz`: XCode is only used to create GraphViz.app which is not used by
any of the things which depend on `graphviz`. Creating the app should be
made into an option.
Diffstat (limited to 'Library/Formula/otx.rb')
| -rw-r--r-- | Library/Formula/otx.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/otx.rb b/Library/Formula/otx.rb index e5ddfd0a3..7db07512d 100644 --- a/Library/Formula/otx.rb +++ b/Library/Formula/otx.rb @@ -4,6 +4,8 @@ class Otx < Formula homepage 'http://otx.osxninja.com/' head 'http://otx.osxninja.com/builds/trunk/', :using => :svn + depends_on :xcode # For working xcodebuild. + def install system 'xcodebuild SYMROOT=build' build = buildpath/'build/Release' |
