aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/sshfs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/sshfs.rb')
-rw-r--r--Library/Formula/sshfs.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb
index 0ae3f40d9..59c184663 100644
--- a/Library/Formula/sshfs.rb
+++ b/Library/Formula/sshfs.rb
@@ -13,9 +13,9 @@ class Sshfs <Formula
}
end
- def deps
- %w[pkg-config glib macfuse]
- end
+ depends_on 'pkg-config'
+ depends_on 'glib'
+ depends_on 'macfuse'
def install
# Steal compile flags from macfuse_buildtool.sh