diff options
| author | Max Howell | 2009-09-21 18:42:24 +0100 |
|---|---|---|
| committer | Max Howell | 2009-09-21 18:46:28 +0100 |
| commit | b51ff87d8e1278abfbea82d0cd4b689248edb0c2 (patch) | |
| tree | a624b0d9360d5015d48500043ac0289f510ceb9f /Library/Formula/sshfs.rb | |
| parent | f791b4475edd0d6e03103d23d066f1757afb0b72 (diff) | |
| parent | 68108e109839a901313b9933cbb1e3202aed90cf (diff) | |
| download | homebrew-b51ff87d8e1278abfbea82d0cd4b689248edb0c2.tar.bz2 | |
Merge branch 'deps'
Conflicts:
Library/Formula/imagemagick.rb
Library/Formula/taglib.rb
Library/Homebrew/brew.h.rb
Library/Homebrew/formula.rb
bin/brew
Diffstat (limited to 'Library/Formula/sshfs.rb')
| -rw-r--r-- | Library/Formula/sshfs.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/sshfs.rb b/Library/Formula/sshfs.rb index adcde3167..b0ebb757e 100644 --- a/Library/Formula/sshfs.rb +++ b/Library/Formula/sshfs.rb @@ -11,11 +11,9 @@ class Sshfs <Formula "http://macfuse.googlecode.com/svn/tags/macfuse-2.0.3|2/filesystems/sshfs/sshfs-fuse-2.2-macosx.patch" end - def deps - BinaryDep.new 'pkg-config' - LibraryDep.new 'glib' - LibraryDep.new 'macfuse' - end + depends_on 'pkg-config' + depends_on 'glib' + depends_on 'macfuse' def install # Steal compile flags from macfuse_buildtool.sh |
