aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorJack Nagel2014-04-15 20:52:19 -0500
committerJack Nagel2014-04-15 21:02:18 -0500
commit8af7c9101b7e53e08a34da0ceef3cf52256fb047 (patch)
tree257bb5a7c6004dede2f9d8d0e3fd61222d7fbb2b /Library/Formula/postgresql.rb
parente3675148ac80f38c309ccc6c45c009439155a31f (diff)
downloadhomebrew-8af7c9101b7e53e08a34da0ceef3cf52256fb047.tar.bz2
postgresql: use Homebrew's openssl
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 1f9c19451..d352676bb 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -16,6 +16,7 @@ class Postgresql < Formula
option 'no-tcl', 'Build without Tcl support'
option 'enable-dtrace', 'Build with DTrace support'
+ depends_on 'openssl'
depends_on 'readline'
depends_on 'libxml2' if MacOS.version <= :leopard # Leopard libxml is too old
depends_on 'ossp-uuid' => :recommended