diff options
| author | Max Howell | 2009-12-31 02:04:13 +0000 |
|---|---|---|
| committer | Max Howell | 2009-12-31 02:04:13 +0000 |
| commit | 4271011c2f1972b9e2b336adfa1f2e2b469aa4fc (patch) | |
| tree | b3590509a4a5deac3e164d5ac404c83461bd162a /Library/Formula/postgresql.rb | |
| parent | 17d0f59526a4ec75396b62efa29705ab9a6f91f7 (diff) | |
| download | homebrew-4271011c2f1972b9e2b336adfa1f2e2b469aa4fc.tar.bz2 | |
Fix Postgresql libxml2 compile failure
Fixes #143
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6fd56306f..05a699646 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -6,6 +6,7 @@ class Postgresql <Formula @md5='f2015af17bacbbfe140daf0d1067f9c9' depends_on 'readline' + depends_on 'libxml2' if MACOS_VERSION < 10.6 aka 'postgres' |
