diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/log4cxx.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/log4cxx.rb b/Library/Formula/log4cxx.rb index bf7622a3e..b516b3f56 100644 --- a/Library/Formula/log4cxx.rb +++ b/Library/Formula/log4cxx.rb @@ -5,10 +5,8 @@ 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 build.head? - depends_on :automake - depends_on :libtool - end + depends_on :automake + depends_on :libtool option :universal |
