From d89406873655b0f4bbfde6772d33ebe8fab7e61e Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 16 Apr 2013 13:55:36 -0500 Subject: [PATCH] sshfs: requires autoconf --- Formula/sshfs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/sshfs.rb b/Formula/sshfs.rb index 7b86a665ce..7eb368fe05 100644 --- a/Formula/sshfs.rb +++ b/Formula/sshfs.rb @@ -5,6 +5,7 @@ class Sshfs < Formula url 'https://github.com/fuse4x/sshfs/archive/sshfs_2_4_0.tar.gz' sha1 '30b81ac7f32125088652937568d8886e3bb3f6e2' + depends_on 'autoconf' => :build depends_on 'automake' => :build depends_on :libtool