diff options
| author | Adam Vandenberg | 2013-07-05 20:14:06 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-05 20:14:06 -0700 |
| commit | cd3cf4bf3125c217d6c8c0fd06a8ce24ad76f925 (patch) | |
| tree | 51bae16ff62f0ab27eca1a1c1c3531dd13841b51 /Library/Formula | |
| parent | 5c03c32863c14baae6fb442730835f2f82c87f55 (diff) | |
| download | homebrew-cd3cf4bf3125c217d6c8c0fd06a8ce24ad76f925.tar.bz2 | |
fix finch usages
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/bitlbee.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/minbif.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/bitlbee.rb b/Library/Formula/bitlbee.rb index 56cbf4482..926bf28d8 100644 --- a/Library/Formula/bitlbee.rb +++ b/Library/Formula/bitlbee.rb @@ -12,7 +12,7 @@ class Bitlbee < Formula depends_on 'glib' depends_on 'gnutls' depends_on 'libgcrypt' - depends_on 'libpurple' => :optional + depends_on 'finch' => :optional depends_on 'libotr' => :optional def install diff --git a/Library/Formula/minbif.rb b/Library/Formula/minbif.rb index 6046e49f7..23ce1ecd5 100644 --- a/Library/Formula/minbif.rb +++ b/Library/Formula/minbif.rb @@ -5,8 +5,8 @@ require 'formula' class Minbif < Formula homepage 'http://minbif.im/' url 'http://ftp.de.debian.org/debian/pool/main/m/minbif/minbif_1.0.5+git20120508.orig.tar.gz' - sha1 '5827df8954e29df80d1e81ee5df354b76c5fd86a' version '1.0.5' + sha1 '5827df8954e29df80d1e81ee5df354b76c5fd86a' option 'pam', 'Build with PAM support, patching for OSX PAM headers' @@ -14,7 +14,7 @@ class Minbif < Formula depends_on 'cmake' => :build depends_on 'glib' depends_on 'gettext' - depends_on 'libpurple' + depends_on 'finch' depends_on 'imlib2' => :optional depends_on 'libcaca' => :optional |
