aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb4
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'