diff options
Diffstat (limited to 'Library/Formula/nmap.rb')
| -rw-r--r-- | Library/Formula/nmap.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index ba03bdc26..7425db500 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -8,8 +8,9 @@ class Nmap < Formula # namp needs newer version of openssl on Leopard depends_on "openssl" if MACOS_VERSION < 10.6 + fails_with_llvm + def install - fails_with_llvm ENV.deparallelize args = ["--prefix=#{prefix}", "--without-zenmap"] |
