aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-03 20:16:40 -0700
committerAdam Vandenberg2012-09-03 20:16:40 -0700
commit6d573a13107a705e5fcd106eb53a23d9e1fd13f9 (patch)
tree92d05bd1202f2f6a9179f849995b4e4f65d99c32 /Library
parentcd262268568e4fffcd5f8c9388e92509c294e8ef (diff)
downloadhomebrew-6d573a13107a705e5fcd106eb53a23d9e1fd13f9.tar.bz2
log4cxx: use new dsl
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/log4cxx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb
index 2777aea9c..bf7622a3e 100644
--- a/Library/Formula/log4cxx.rb
+++ b/Library/Formula/log4cxx.rb
@@ -5,7 +5,7 @@ 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'
- if ARGV.build_head?
+ if build.head?
depends_on :automake
depends_on :libtool
end