From bf64fab2186881e1a4c7e8ef6230df15d87d149c Mon Sep 17 00:00:00 2001 From: Larry Shaffer Date: Wed, 27 Nov 2013 20:54:46 -0700 Subject: grass: postgresql option typo Closes #24723. Signed-off-by: Adam Vandenberg --- Library/Formula/grass.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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') -- cgit v1.2.3