aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMichael Weisman2010-10-05 22:31:53 -0700
committerAdam Vandenberg2010-10-06 06:42:39 -0700
commitf679250c0e64ef7d491dfc94397f94c9b61bf5f3 (patch)
tree89e201b404ab9533b6e8045111a4297b409dd414 /Library/Formula
parentc28609a0c9ca8c56964ed43a0c645615703664e2 (diff)
downloadhomebrew-f679250c0e64ef7d491dfc94397f94c9b61bf5f3.tar.bz2
postgresql - add hstore contrib module
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 639348030..6b9b54d4d 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -51,7 +51,7 @@ class Postgresql <Formula
system "make install"
%w[ adminpack dblink fuzzystrmatch lo uuid-ossp pg_buffercache pg_trgm
- pgcrypto tsearch2 vacuumlo xml2 intarray pg_upgrade pg_upgrade_support ].each do |a|
+ pgcrypto tsearch2 vacuumlo xml2 intarray pg_upgrade pg_upgrade_support hstore ].each do |a|
system "cd contrib/#{a}; make install"
end