diff options
| author | Adam Vandenberg | 2014-02-25 22:00:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:22 -0800 |
| commit | 7aa6e6ddcc2d66f7adb8de971b2f290d3cc195ef (patch) | |
| tree | 9a0874cfc7afc6b4dbc323fe63f2a02f97ba6a75 /Library/Formula | |
| parent | 0351852ac6cca5a6f258ee4390823e6024e3a0a9 (diff) | |
| download | homebrew-7aa6e6ddcc2d66f7adb8de971b2f290d3cc195ef.tar.bz2 | |
nsd: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nsd.rb | 2 |
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' |
