diff options
| author | Adam Vandenberg | 2014-02-24 22:52:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:18 -0800 |
| commit | 2b60265f94d322794e08e805b7bf7f75e27938ee (patch) | |
| tree | a8a2947f0fc11f18439baae4e04d91198f70829c | |
| parent | 103bd9babd0c43ef41160d15ab06d295598ccd88 (diff) | |
| download | homebrew-2b60265f94d322794e08e805b7bf7f75e27938ee.tar.bz2 | |
neon: use Formula[]
| -rw-r--r-- | Library/Formula/neon.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/neon.rb b/Library/Formula/neon.rb index c104a4685..87441f698 100644 --- a/Library/Formula/neon.rb +++ b/Library/Formula/neon.rb @@ -33,7 +33,7 @@ class Neon < Formula "--with-ssl", ] if build.with? 'brewed-openssl' - args << "--with-libs=" + Formula.factory('openssl').opt_prefix.to_s + args << "--with-libs=#{Formula['openssl']/opt_prefix}" end system "./configure", *args system "make install" |
