aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-26 19:39:15 -0800
committerAdam Vandenberg2014-02-27 08:21:23 -0800
commitbcab43c23d55cd800f4a4d7f0502477307cf77b0 (patch)
tree9b3cd6b4d4d1c085e4a1069784b9da23050089db /Library/Formula
parent83b2587b6768465ddad917c54894c3b8ed485796 (diff)
downloadhomebrew-bcab43c23d55cd800f4a4d7f0502477307cf77b0.tar.bz2
stunnel: use Formula[]
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/stunnel.rb2
1 files changed, 1 insertions, 1 deletions
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