diff options
| author | Jack Nagel | 2014-05-30 15:41:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 17:23:07 -0500 |
| commit | 68c4c7de40b375225e76bb0cbf4278377dd0c5a4 (patch) | |
| tree | d914a876e8fbc5f9b1ed075fc467088b2aeddc1a /Library/Formula/mplayershell.rb | |
| parent | 5fc7b8264ed251dd34bf8c8507d172ea13d99c88 (diff) | |
| download | homebrew-68c4c7de40b375225e76bb0cbf4278377dd0c5a4.tar.bz2 | |
Explicitly mark Xcode deps as build-time deps
Diffstat (limited to 'Library/Formula/mplayershell.rb')
| -rw-r--r-- | Library/Formula/mplayershell.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mplayershell.rb b/Library/Formula/mplayershell.rb index 99cd3099b..2a6b83b20 100644 --- a/Library/Formula/mplayershell.rb +++ b/Library/Formula/mplayershell.rb @@ -16,7 +16,7 @@ class Mplayershell < Formula depends_on MPlayerPresented depends_on :macos => :lion - depends_on :xcode + depends_on :xcode => :build def install xcodebuild "-project", |
