postgres-xc: style nits

This commit is contained in:
Adam Vandenberg 2013-01-27 14:49:20 -08:00
parent a58ebbe51e
commit fe8848fb9d

View file

@ -17,7 +17,7 @@ class PostgresXc < Formula
url 'http://sourceforge.net/projects/postgres-xc/files/Version_1.0/pgxc-v1.0.1.tar.gz'
sha1 '350277d7b32e54baffdd52fa98bac6b14f088c6d'
depends_on X86_64_Architecture.new
depends_on X86_64_Architecture
depends_on 'readline'
depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old
depends_on 'ossp-uuid' unless build.include? 'without-ossp-uuid'