aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgres-xc.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-07-09 19:30:15 -0700
committerMisty De Meo2013-07-10 01:51:09 -0700
commit7fc8cc09a3a3c633eb20f4419eb373c035bf1aff (patch)
tree317c61940397562a5a36f0c1e5e37c23f27dfe31 /Library/Formula/postgres-xc.rb
parent4716464b2704fcebc3677566b0af3174191b28e1 (diff)
downloadhomebrew-7fc8cc09a3a3c633eb20f4419eb373c035bf1aff.tar.bz2
Replace == :leopard with <= :leopard
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
-rw-r--r--Library/Formula/postgres-xc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb
index 98a79e4b1..1fb3fc85f 100644
--- a/Library/Formula/postgres-xc.rb
+++ b/Library/Formula/postgres-xc.rb
@@ -8,7 +8,7 @@ class PostgresXc < Formula
depends_on :arch => :x86_64
depends_on :python => :recommended
depends_on 'readline'
- depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old
+ depends_on 'libxml2' if MacOS.version <= :leopard # Leopard libxml is too old
depends_on 'ossp-uuid' => :recommended
conflicts_with 'postgresql',