diff --git a/Formula/grass.rb b/Formula/grass.rb index b3bdf9724a4..62b10a87eec 100644 --- a/Formula/grass.rb +++ b/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')