diff options
Diffstat (limited to 'Library/Formula')
| -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') |
