diff options
| author | Jack Nagel | 2014-05-16 23:34:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-16 23:40:27 -0500 |
| commit | 676da635608d9e424f8fa266b6e4be95eb5a6832 (patch) | |
| tree | 3e2fe8c64832157738862b414611b3ecd36d7502 /Library/Formula/sshfs.rb | |
| parent | 6a3de9be7a4242136fa1b34ff977499e48c69b7d (diff) | |
| download | homebrew-676da635608d9e424f8fa266b6e4be95eb5a6832.tar.bz2 | |
sshfs: remove Xcode dependency
Diffstat (limited to 'Library/Formula/sshfs.rb')
| -rw-r--r-- | Library/Formula/sshfs.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index 36b543435..81336756a 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -20,7 +20,6 @@ class Sshfs < Formula depends_on "libtool" => :build depends_on "osxfuse" depends_on "glib" - depends_on :xcode # Fixes issue https://github.com/osxfuse/sshfs/pull/4 patch :DATA |
