sshfs: requires newer automake

Fixes Homebrew/homebrew#19230.
master
Misty De Meo 2013-04-16 13:54:42 -05:00
parent 5ed2062639
commit 301baa89b8
1 changed files with 1 additions and 1 deletions

View File

@ -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