aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-02-28 17:09:58 +0000
committerMax Howell2012-02-28 17:09:58 +0000
commit90b0545c6ffc1093f8618cbc0cf38a0fd3068e68 (patch)
tree6788141c69aebadc2615562743193c792b8e5640 /Library
parent1eea2327405c9e00b11130955b84aa6c26042c78 (diff)
downloadhomebrew-90b0545c6ffc1093f8618cbc0cf38a0fd3068e68.tar.bz2
Fix typo in libevent formula
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libevent.rb2
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