From 4ff2a5e975c1fac8c61caa163a8512afe1cc06ef Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 19 Mar 2014 08:11:07 -0700 Subject: neon: fix Formula[] usage Fixes #27689 --- 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 87441f698..8f4833f57 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['openssl']/opt_prefix}" + args << "--with-libs=#{Formula['openssl'].opt_prefix}" end system "./configure", *args system "make install" -- cgit v1.2.3