aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/grass.rb
diff options
context:
space:
mode:
authorLarry Shaffer2013-11-27 20:54:46 -0700
committerAdam Vandenberg2013-11-27 20:12:34 -0800
commitbf64fab2186881e1a4c7e8ef6230df15d87d149c (patch)
tree0175a7272e60d73f9db8a98b7d316fbe158f0cd9 /Library/Formula/grass.rb
parentff02410f879622827768849ac0b038015f21ece2 (diff)
downloadhomebrew-bf64fab2186881e1a4c7e8ef6230df15d87d149c.tar.bz2
grass: postgresql option typo
Closes #24723. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/grass.rb')
-rw-r--r--Library/Formula/grass.rb2
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')