From e5fbc156263312bc2ba490a598f59599bf9e55c0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 17 Mar 2010 10:45:05 -0700 Subject: Remove deps from Sphinx. Sphinx can use MySQL or PostgreSQL, and can use the mysql-connector libraries instead of a full on MySQL install. Since we don't know what datasource is intended, replace the hard dependency with explanations in the caveats. --- Library/Formula/sphinx.rb | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/sphinx.rb b/Library/Formula/sphinx.rb index 639a561cf..57d1d65ae 100644 --- a/Library/Formula/sphinx.rb +++ b/Library/Formula/sphinx.rb @@ -1,12 +1,9 @@ require 'formula' class Sphinx