diff options
| author | Adam Vandenberg | 2012-02-25 15:22:32 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-25 15:22:32 -0800 |
| commit | dfcc838b6640466dced2d51b8c31299af3f52940 (patch) | |
| tree | fbbb2b179e4a27e83bd96f6464952dfbe47f51f3 /Library/Formula/postgresql.rb | |
| parent | 72b53178c384cfb44277b3632df59892620ce17e (diff) | |
| download | homebrew-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.rb | 1 |
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/' |
