From bcab43c23d55cd800f4a4d7f0502477307cf77b0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 26 Feb 2014 19:39:15 -0800 Subject: stunnel: use Formula[] --- Library/Formula/stunnel.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/stunnel.rb b/Library/Formula/stunnel.rb index 352f79a7e..3e35828fe 100644 --- a/Library/Formula/stunnel.rb +++ b/Library/Formula/stunnel.rb @@ -28,7 +28,7 @@ class Stunnel < Formula ] if MacOS.version <= :leopard or build.with?('brewed-openssl') - args << "--with-ssl-dir=#{Formula.factory('openssl').opt_prefix}" + args << "--with-ssl-dir=#{Formula["openssl"].opt_prefix}" end system "./configure", *args -- cgit v1.2.3