aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgres-xc.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-27 14:49:20 -0800
committerAdam Vandenberg2013-01-27 14:54:51 -0800
commit23373b4d647c8b24ce64f21a071c0a02b1e83191 (patch)
tree9e59497e631673622860c3bf4ec6b434cf3117b2 /Library/Formula/postgres-xc.rb
parent50318b620ecafb16df45cbacabfd56382ce619be (diff)
downloadhomebrew-23373b4d647c8b24ce64f21a071c0a02b1e83191.tar.bz2
postgres-xc: style nits
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 4179df26b..cd54be457 100644
--- a/Library/Formula/postgres-xc.rb
+++ b/Library/Formula/postgres-xc.rb
@@ -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'