aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-07 11:08:22 -0700
committerAdam Vandenberg2012-07-10 08:56:02 -0700
commit1f32fa43a77d75fe354e9e59bd23e9b9d934e09c (patch)
treec49ca57d6e333035e48616bf89eaba0d067da021 /Library/Formula/libevent.rb
parentcc6e0124437c4ceabbc0542770ed154aa0fb9e4e (diff)
downloadhomebrew-1f32fa43a77d75fe354e9e59bd23e9b9d934e09c.tar.bz2
Use autotools symbols
Diffstat (limited to 'Library/Formula/libevent.rb')
-rw-r--r--Library/Formula/libevent.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libevent.rb b/Library/Formula/libevent.rb
index 93ead8b45..8a10a6d2b 100644
--- a/Library/Formula/libevent.rb
+++ b/Library/Formula/libevent.rb
@@ -12,9 +12,9 @@ class Libevent < Formula
cause "Undefined symbol '_current_base' reported during linking."
end
- if ARGV.build_head? and MacOS.xcode_version >= "4.3"
- depends_on "automake" => :build
- depends_on "libtool" => :build
+ if ARGV.build_head?
+ depends_on :automake
+ depends_on :libtool
end
depends_on "doxygen" => :build if ARGV.include? '--enable-manpages'