grass: postgresql option typo
Closes Homebrew/homebrew#24723. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
04e6204fee
commit
b957c352fd
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue