From e2ad524469b6faac344648510d1ea5ad9ddec206 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 11 Jul 2014 14:25:44 -0500 Subject: sphinx: remove extra re2 option Already declared as "with-re2" by the dependency. --- Library/Formula/sphinx.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 3e0951110..03fce96e0 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -21,7 +21,6 @@ class Sphinx < Formula option 'mysql', 'Force compiling against MySQL' option 'pgsql', 'Force compiling against PostgreSQL' option 'id64', 'Force compiling with 64-bit ID support' - option 're2', 'Force compiling with regular expressions support' depends_on "re2" => :optional depends_on :mysql if build.include? 'mysql' -- cgit v1.2.3