aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-04-16 13:55:36 -0500
committerMisty De Meo2013-04-16 13:56:33 -0500
commit9f52be6fb18a63a420a4e7c12c83a589f899deda (patch)
tree47271d349acc986323d9be06fddc39b3b7bd68aa /Library/Formula/sshfs.rb
parent7bffc21d7de3d62238b69d4fd43f136053224628 (diff)
downloadhomebrew-9f52be6fb18a63a420a4e7c12c83a589f899deda.tar.bz2
sshfs: requires autoconf
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 7b86a665c..7eb368fe0 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/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