diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 983f4b389..518101850 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -28,7 +28,7 @@ class Tor < Formula --prefix=#{prefix} ] - args << "-with-ssl=#{Formulary.factory('openssl').opt_prefix}" if build.with?('brewed-openssl') || MacOS.version < :snow_leopard + args << "-with-ssl=#{Formula["openssl"].opt_prefix}" if build.with?("brewed-openssl") || MacOS.version < :snow_leopard system "./configure", *args system "make install" |
