diff options
Diffstat (limited to 'Library/Formula/cmu-sphinxbase.rb')
| -rw-r--r-- | Library/Formula/cmu-sphinxbase.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/cmu-sphinxbase.rb b/Library/Formula/cmu-sphinxbase.rb index b947dd946..2258fb646 100644 --- a/Library/Formula/cmu-sphinxbase.rb +++ b/Library/Formula/cmu-sphinxbase.rb @@ -1,6 +1,8 @@ require 'formula' class HomebrewedPython < Requirement + fatal true + def message; <<-EOS.undent Compiling against the system-provided Python will likely fail. The system-provided Python includes PPC support, which will cause a compiler @@ -12,9 +14,6 @@ class HomebrewedPython < Requirement def satisfied? Formula.factory('python').installed? end - def fatal? - false - end end class CmuSphinxbase < Formula |
