aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-24 21:30:16 -0800
committerAdam Vandenberg2014-02-27 08:21:16 -0800
commit156131619cac5ee61d46ada95c8761dd1bd3fc3a (patch)
tree18c5fddc846b0d810d8c0e86f91bae92b14e59be /Library
parentac03d36c408c2689e45a1fda9f1794d515a5941c (diff)
downloadhomebrew-156131619cac5ee61d46ada95c8761dd1bd3fc3a.tar.bz2
exim: use Formula[]
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index 48d52cffc..11fd46c75 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -31,7 +31,7 @@ class Exim < Formula
s << "LOOKUP_LIBS=-L#{HOMEBREW_PREFIX}/lib\n"
end
- bdb4 = Formula.factory("berkeley-db4")
+ bdb4 = Formula["berkeley-db4"]
inreplace 'OS/Makefile-Darwin' do |s|
s.remove_make_var! %w{CC CFLAGS}