diff options
Diffstat (limited to 'Library/Formula/postgresql.rb')
| -rw-r--r-- | Library/Formula/postgresql.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 26bf5e11e..ba68834f8 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -9,6 +9,9 @@ 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.' + option '32-bit' option 'without-ossp-uuid', 'Build without OSSP uuid' option 'no-python', 'Build without Python support' |
