diff options
| author | Jack Nagel | 2014-02-27 13:56:15 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-02-27 13:56:20 -0600 |
| commit | 045f418c3ecdd997a50be8615701694ac3267af4 (patch) | |
| tree | 28d8e650fce0853ad95a1ccb8ff2c2faaaccc70c /Library/Formula | |
| parent | 3f6743567e558e8c8a709082fa4e833e50141eb0 (diff) | |
| download | homebrew-045f418c3ecdd997a50be8615701694ac3267af4.tar.bz2 | |
tor: use Formula[]
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" |
