diff options
| author | Jack Nagel | 2014-03-29 21:21:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-29 21:21:25 -0500 |
| commit | 4bd57c90bb671c33fd3b9dd61e499dd3bfd49ba1 (patch) | |
| tree | d4b6c01f1e079cb13992b680c94c8d57d20b04b0 /Library/Formula | |
| parent | 355ebac059089421031d90be39e2fb42a26ccb58 (diff) | |
| download | homebrew-4bd57c90bb671c33fd3b9dd61e499dd3bfd49ba1.tar.bz2 | |
zbackup: use Homebrew openssl
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/zbackup.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/zbackup.rb b/Library/Formula/zbackup.rb index 3d6c3611b..67eaee84b 100644 --- a/Library/Formula/zbackup.rb +++ b/Library/Formula/zbackup.rb @@ -5,10 +5,8 @@ class Zbackup < Formula url 'https://github.com/zbackup/zbackup/archive/1.2.tar.gz' sha1 'e87dfaeeeea0d59f4af00d3ce248aaabf1a25cb9' - option 'with-brewed-openssl', 'Build with Homebrew OpenSSL instead of the system version' - depends_on 'cmake' => :build - depends_on 'openssl' if MacOS.version <= :leopard or build.with? 'brewed-openssl' + depends_on 'openssl' depends_on 'protobuf' depends_on 'xz' # get liblzma compression algorithm library from XZutils |
