aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 22:00:46 -0800
committerAdam Vandenberg2014-02-27 08:21:22 -0800
commit7aa6e6ddcc2d66f7adb8de971b2f290d3cc195ef (patch)
tree9a0874cfc7afc6b4dbc323fe63f2a02f97ba6a75 /Library
parent0351852ac6cca5a6f258ee4390823e6024e3a0a9 (diff)
downloadhomebrew-7aa6e6ddcc2d66f7adb8de971b2f290d3cc195ef.tar.bz2
nsd: use Formula[]
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nsd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nsd.rb b/Library/Formula/nsd.rb
index 683827bfd..8a353399e 100644
--- a/Library/Formula/nsd.rb
+++ b/Library/Formula/nsd.rb
@@ -14,7 +14,7 @@ class Nsd < Formula
def install
args = %W[
--prefix=#{prefix}
- --with-libevent=#{Formula.factory('libevent').opt_prefix}
+ --with-libevent=#{Formula["libevent"].opt_prefix}
]
args << '--enable-root-server' if build.with? 'root-server'