diff options
| author | Max Howell | 2012-02-28 17:09:58 +0000 |
|---|---|---|
| committer | Max Howell | 2012-02-28 17:09:58 +0000 |
| commit | 90b0545c6ffc1093f8618cbc0cf38a0fd3068e68 (patch) | |
| tree | 6788141c69aebadc2615562743193c792b8e5640 /Library | |
| parent | 1eea2327405c9e00b11130955b84aa6c26042c78 (diff) | |
| download | homebrew-90b0545c6ffc1093f8618cbc0cf38a0fd3068e68.tar.bz2 | |
Fix typo in libevent formula
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libevent.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb index 5912251e3..4615c078a 100644 --- a/Library/Formula/libevent.rb +++ b/Library/Formula/libevent.rb @@ -9,7 +9,7 @@ class Libevent < Formula fails_with_llvm "Undefined symbol '_current_base' reported during linking.", :build => 2326 - if ARGV.build_headl? and MacOS.xcode_version >= "4.3" + if ARGV.build_head? and MacOS.xcode_version >= "4.3" depends_on "automake" => :build depends_on "libtool" => :build end |
