diff options
Diffstat (limited to 'Library/Formula/sqlite.rb')
| -rw-r--r-- | Library/Formula/sqlite.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index a0881aa11..e802bf148 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -12,6 +12,8 @@ class Sqlite < Formula sha1 'a9da98a4bde4d9dae5c29a969455d11a03600e11' version '3.7.9' + depends_on 'readline' => :optional + def options [ ["--with-rtree", "Enable the R*Tree index module"], |
