aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-12-12 11:03:26 +0000
committerMike McQuaid2013-12-12 11:03:37 +0000
commitc5886bd5aec6f79aac8f7902e63b7439d39ee0ba (patch)
treee546908e54fc381c45ddcc0d3ef62050fae10d5c /Library/Formula/sshfs.rb
parent935f8f1279444de547df9423e10323f24926c5f5 (diff)
downloadhomebrew-c5886bd5aec6f79aac8f7902e63b7439d39ee0ba.tar.bz2
sshfs: add Xcode dependency.
Fixes #25137.
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index 7eb368fe0..5549b50bb 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -12,6 +12,7 @@ class Sshfs < Formula
depends_on 'pkg-config' => :build
depends_on 'fuse4x'
depends_on 'glib'
+ depends_on :xcode
def install
# Compatibility with Automake 1.13 and newer.