From 8167102b6ed4b0ca0ca148a4e8469f549d967097 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 6 Jun 2013 13:51:56 -0700 Subject: sqlite: deps come after options --- Library/Formula/sqlite.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 98ff0e67d..4b6820efd 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -18,15 +18,15 @@ class Sqlite < Formula version '3.7.17' sha1 'e31958e56b1d7bef9433b1ff2e875c8c290d37f4' - depends_on 'readline' => :recommended - option :universal option 'with-docs', 'Install HTML documentation' option 'without-rtree', 'Disable the R*Tree index module' option 'with-fts', 'Enable the FTS module' option 'with-functions', 'Enable more math and string functions for SQL queries' - keg_only :provided_by_osx, "OS X already provides (an older) sqlite3." + depends_on 'readline' => :recommended + + keg_only :provided_by_osx, "OS X provides an older sqlite3." def install ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.without? "rtree" -- cgit v1.2.3