diff options
Diffstat (limited to 'Library/Formula/mupdf.rb')
| -rw-r--r-- | Library/Formula/mupdf.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/mupdf.rb b/Library/Formula/mupdf.rb index 360f7b3f9..07c4fb64d 100644 --- a/Library/Formula/mupdf.rb +++ b/Library/Formula/mupdf.rb @@ -1,14 +1,12 @@ require 'formula' class NeedsSnowLeopard < Requirement + fatal true + def satisfied? MacOS.version >= :snow_leopard end - def fatal? - true - end - def message; <<-EOS.undent The version of Freetype that comes with Leopard is too old to build MuPDF against. It is possible to get MuPDF working on Leopard using the Freetype |
