diff options
| author | Larry Shaffer | 2013-11-27 20:54:46 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-27 20:12:34 -0800 |
| commit | bf64fab2186881e1a4c7e8ef6230df15d87d149c (patch) | |
| tree | 0175a7272e60d73f9db8a98b7d316fbe158f0cd9 /Library/Formula/grass.rb | |
| parent | ff02410f879622827768849ac0b038015f21ece2 (diff) | |
| download | homebrew-bf64fab2186881e1a4c7e8ef6230df15d87d149c.tar.bz2 | |
grass: postgresql option typo
Closes #24723.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/grass.rb')
| -rw-r--r-- | Library/Formula/grass.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/grass.rb b/Library/Formula/grass.rb index b3bdf9724..62b10a87e 100644 --- a/Library/Formula/grass.rb +++ b/Library/Formula/grass.rb @@ -91,7 +91,7 @@ class Grass < Formula args << "--with-cairo" # Database support - args << "--with-postgres" if build.with? "postgres" + args << "--with-postgres" if build.with? "postgresql" if build.with? "mysql" mysql = Formula.factory('mysql') |
