aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-11 14:25:44 -0500
committerJack Nagel2014-07-11 14:25:52 -0500
commite2ad524469b6faac344648510d1ea5ad9ddec206 (patch)
tree643916d413572be9da49d6beba3cfd66752693a2 /Library/Formula
parent1b3561742df472eda6dee757dcc64716d06818d5 (diff)
downloadhomebrew-e2ad524469b6faac344648510d1ea5ad9ddec206.tar.bz2
sphinx: remove extra re2 option
Already declared as "with-re2" by the dependency.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sphinx.rb1
1 files changed, 0 insertions, 1 deletions
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'