diff options
| -rw-r--r-- | Library/Formula/valgrind.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb index 835f00421..26b9e8368 100644 --- a/Library/Formula/valgrind.rb +++ b/Library/Formula/valgrind.rb @@ -37,6 +37,8 @@ class Valgrind < Formula end depends_on :macos => :snow_leopard + # Revisit the below requirement with each release + depends_on MaximumMacOSRequirement => :mavericks # Valgrind needs vcpreload_core-*-darwin.so to have execute permissions. # See #2150 for more information. |
