diff options
Diffstat (limited to 'Library/Formula/povray.rb')
| -rw-r--r-- | Library/Formula/povray.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/povray.rb b/Library/Formula/povray.rb index e88718db1..961e66b8e 100644 --- a/Library/Formula/povray.rb +++ b/Library/Formula/povray.rb @@ -11,7 +11,7 @@ class Povray < Formula    # TODO give this a build number (2326?)    fails_with :llvm do      cause "povray fails with 'terminate called after throwing an instance of int'" -  end if MacOS.leopard? +  end if MacOS.version == :leopard    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking",  | 
