aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/neon.rb2
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"