From e1e5edb43ae57713207ed72bbb49a26e0de62bdc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 3 Jan 2013 10:55:42 -0600 Subject: postgresql conflicts with postgres-xc --- Library/Formula/postgresql.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula') 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' -- cgit v1.2.3