grass: postgresql option typo

Closes Homebrew/homebrew#24723.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Larry Shaffer 2013-11-27 20:54:46 -07:00 committed by Adam Vandenberg
parent 04e6204fee
commit b957c352fd
1 changed files with 1 additions and 1 deletions

View File

@ -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')