aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
authorMax Howell2009-08-23 18:16:43 +0100
committerMax Howell2009-08-24 01:04:54 +0100
commitcaf2d9997257119ccd2319f3bd877bffb1b9a6e4 (patch)
tree03419a6c0ed361c5a496273cc8327fab585d5d07 /Library/Formula/sshfs.rb
parent9243396f91bb4d4e2f90609b8208df1a599d9bc6 (diff)
downloadhomebrew-caf2d9997257119ccd2319f3bd877bffb1b9a6e4.tar.bz2
Three omissions corrected
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index d832f2399..67d94fae4 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -1,6 +1,6 @@
require 'brewkit'
-class SshfsFuse <Formula
+class Sshfs <Formula
@url='http://downloads.sourceforge.net/project/fuse/sshfs-fuse/2.2/sshfs-fuse-2.2.tar.gz'
# This is the original project homepage, but we link to something more useful for OS X users
#@homepage='http://fuse.sourceforge.net/sshfs.html'
@@ -16,8 +16,7 @@ class SshfsFuse <Formula
def deps
BinaryDep.new 'pkg-config'
LibraryDep.new 'glib'
- #MacFuse is not compiling via brew yet...
- #LibraryDep.new 'macfuse'
+ LibraryDep.new 'macfuse'
end
def install