libevent: modernize autotools deps

master
Jack Nagel 2014-06-01 21:38:17 -05:00
parent 1754817ef6
commit 947dc47a15
1 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ class Libevent < Formula
head do
url 'git://levent.git.sourceforge.net/gitroot/levent/levent'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on "doxygen" => :build if build.include? 'enable-manpages'