diff options
| author | Chad Catlett | 2013-01-03 12:06:11 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-03 11:22:41 -0800 |
| commit | d7260ae4aefbb8b4e165c55a712a4be711778f8f (patch) | |
| tree | aba8fd16b0b9eafc9d7ea4d20da2dcd90373c3d4 /Library | |
| parent | 4ad14737a4686320c9e5601cb0181b40ec02e962 (diff) | |
| download | homebrew-d7260ae4aefbb8b4e165c55a712a4be711778f8f.tar.bz2 | |
postgresql: fix conflict
Closes #16873.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/postgresql.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index ba68834f8..9cef12506 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -9,8 +9,8 @@ class Postgresql < Formula depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old depends_on 'ossp-uuid' unless build.include? 'without-ossp-uuid' - conflicts_with 'postgresql-xc', - :because => 'postgresql and postgresql-xc install the same binaries.' + conflicts_with 'postgres-xc', + :because => 'postgresql and postgres-xc install the same binaries.' option '32-bit' option 'without-ossp-uuid', 'Build without OSSP uuid' |
