postgres-xc: style nits
This commit is contained in:
parent
a58ebbe51e
commit
fe8848fb9d
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue