From 2b60265f94d322794e08e805b7bf7f75e27938ee Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 22:52:06 -0800 Subject: neon: use Formula[] --- Library/Formula/neon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3