aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-25 15:22:32 -0800
committerAdam Vandenberg2012-02-25 15:22:32 -0800
commitdfcc838b6640466dced2d51b8c31299af3f52940 (patch)
treefbbb2b179e4a27e83bd96f6464952dfbe47f51f3 /Library/Formula/postgresql.rb
parent72b53178c384cfb44277b3632df59892620ce17e (diff)
downloadhomebrew-dfcc838b6640466dced2d51b8c31299af3f52940.tar.bz2
Add "require hardware" to formula.rb
Now individual formulae don't need to require this if they want to use Hardware methods outside of `def install`.
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 2c9386684..d32ede341 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -1,5 +1,4 @@
require 'formula'
-require 'hardware'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'