From 99b4e37ac2472e600e08bc8e0c217a92670a514f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 4 Dec 2014 17:38:01 -0500 Subject: log4cxx: modernize autotools deps --- Library/Formula/log4cxx.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index 0ee2d6346..d68a2504a 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -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 -- cgit v1.2.3