diff options
Diffstat (limited to 'Library/Formula/rhash.rb')
| -rw-r--r-- | Library/Formula/rhash.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/rhash.rb b/Library/Formula/rhash.rb index 2b497c13b..9bea1082a 100644 --- a/Library/Formula/rhash.rb +++ b/Library/Formula/rhash.rb @@ -3,9 +3,8 @@ require 'formula' class LionOrNewer < Requirement fatal true - def satisfied? - MacOS.version >= :lion - end + satisfy(:build_env => false) { MacOS.version >= :lion } + def message "rhash requires `wcsdup` which isn't in the SDK before Lion." end |
