aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-04-16 13:54:42 -0500
committerMisty De Meo2013-04-16 13:56:11 -0500
commit7bffc21d7de3d62238b69d4fd43f136053224628 (patch)
tree9de569cea28e19def5ad32742df8301be2da7bdd /Library/Formula
parent475a489f64a9cf4b7c0e47421cc1ff289b2245c7 (diff)
downloadhomebrew-7bffc21d7de3d62238b69d4fd43f136053224628.tar.bz2
sshfs: requires newer automake
Fixes #19230.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sshfs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index 4d98be5a0..7b86a665c 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -5,7 +5,7 @@ class Sshfs < Formula
url 'https://github.com/fuse4x/sshfs/archive/sshfs_2_4_0.tar.gz'
sha1 '30b81ac7f32125088652937568d8886e3bb3f6e2'
- depends_on :automake
+ depends_on 'automake' => :build
depends_on :libtool
depends_on 'pkg-config' => :build