From 2fed9de643bf6a77fd99a337170aa409dc634497 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Feb 2014 20:37:34 -0800 Subject: bind: use Formula[] --- Library/Formula/bind.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/bind.rb') diff --git a/Library/Formula/bind.rb b/Library/Formula/bind.rb index c5d9cc1df..be0df9730 100644 --- a/Library/Formula/bind.rb +++ b/Library/Formula/bind.rb @@ -23,7 +23,7 @@ class Bind < Formula ] if build.with? 'brewed-openssl' - args << "--with-ssl-dir=#{Formula.factory('openssl').opt_prefix}" + args << "--with-ssl-dir=#{Formula['openssl'].opt_prefix}" elsif MacOS.version > :leopard # For Xcode-only systems we help a bit to find openssl. # If CLT.installed?, it evaluates to "/usr", which works. -- cgit v1.2.3