diff options
| author | Jack Nagel | 2012-06-10 15:51:31 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-06-10 15:52:08 -0500 |
| commit | 611342cb8318f9427030e37ab8151e86b8299bc4 (patch) | |
| tree | e934fb6a425a5aea504ceb9a8cb47f52c318f83e | |
| parent | 00f1a4832cc56937a9dac36b7dd2b1c1fb03a05f (diff) | |
| download | homebrew-611342cb8318f9427030e37ab8151e86b8299bc4.tar.bz2 | |
postgresql: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 |
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? |
