aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-06-10 15:51:31 -0500
committerJack Nagel2012-06-10 15:52:08 -0500
commit611342cb8318f9427030e37ab8151e86b8299bc4 (patch)
treee934fb6a425a5aea504ceb9a8cb47f52c318f83e /Library
parent00f1a4832cc56937a9dac36b7dd2b1c1fb03a05f (diff)
downloadhomebrew-611342cb8318f9427030e37ab8151e86b8299bc4.tar.bz2
postgresql: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 77ed67de6..5697c5a61 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -25,7 +25,7 @@ class Postgresql < Formula
# Fix PL/Python build: https://github.com/mxcl/homebrew/issues/11162
DATA
end
-
+
def install
ENV.libxml2 if MacOS.snow_leopard?