zbackup: use Homebrew openssl
This commit is contained in:
parent
f05870980a
commit
1b19b0c2e1
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue