aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-01-03 10:55:42 -0600
committerJack Nagel2013-01-03 10:55:42 -0600
commite1e5edb43ae57713207ed72bbb49a26e0de62bdc (patch)
treec66562c274d4f1f105fdeb54130a53b2df8023a8 /Library/Formula
parent812a68cce65e208ba5e44e23c4e775499ecb8aed (diff)
downloadhomebrew-e1e5edb43ae57713207ed72bbb49a26e0de62bdc.tar.bz2
postgresql conflicts with postgres-xc
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgresql.rb3
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'