log4cxx: modernize autotools deps
This commit is contained in:
parent
b84e5e54c6
commit
81b7786243
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ class Log4cxx < Formula
|
|||
url 'http://www.apache.org/dyn/closer.cgi?path=logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz'
|
||||
sha1 'd79c053e8ac90f66c5e873b712bb359fd42b648d'
|
||||
|
||||
depends_on :autoconf
|
||||
depends_on :automake
|
||||
depends_on :libtool
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
option :universal
|
||||
|
||||
|
|
Loading…
Reference in a new issue