diff options
| author | Jack Nagel | 2014-04-22 17:06:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-04-22 17:06:04 -0500 |
| commit | c568b864e30cb25e6aabda027d8e60edfe73c4c0 (patch) | |
| tree | 2aaa687bbf9e01ab9f372d4899493abd5c08141f | |
| parent | 0a2dc960b8f97ac171a2a65b3ef26644f6e4b7af (diff) | |
| download | homebrew-c568b864e30cb25e6aabda027d8e60edfe73c4c0.tar.bz2 | |
postgres-xc: use Homebrew's openssl
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index 70caa70db..17028b87a 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -7,6 +7,7 @@ class PostgresXc < Formula depends_on :arch => :x86_64 depends_on :python => :recommended + depends_on 'openssl' depends_on 'readline' depends_on 'libxml2' if MacOS.version <= :leopard # Leopard libxml is too old depends_on 'ossp-uuid' => :recommended |
