aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorJack Nagel2012-05-15 16:17:32 -0500
committerJack Nagel2012-05-15 16:38:16 -0500
commite98d63ad26c49af92fcd8ae6eef1d15d188bd3a0 (patch)
treeb106abacbf28911520b9903c165f49300715b785 /Library/Formula/sshfs.rb
parente459d51d0ba4c98d6825f0a8072b229775979ddd (diff)
downloadhomebrew-e98d63ad26c49af92fcd8ae6eef1d15d188bd3a0.tar.bz2
Add more autoconf deps where appropriate
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index e89e8e924..3ed69cb31 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -9,7 +9,6 @@ class Sshfs < Formula
depends_on 'pkg-config' => :build
depends_on 'fuse4x'
depends_on 'glib'
- depends_on "automake" if MacOS.xcode_version >= "4.3"
if MacOS.xcode_version >= "4.3"
# remove the autoreconf if possible, no comment provided about why it is there