diff options
| author | Charlie Sharpsteen | 2011-09-08 08:38:21 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-08 08:38:21 -0700 |
| commit | a68e250663702d8a5309b845aaa7d1e421e6141d (patch) | |
| tree | 6da30bdb4a7ef7ae14e40f40edc6d1e6bca0eb43 /Library/Formula | |
| parent | 602155eeaeda1e3d43741d64e8776c0c79aabda0 (diff) | |
| download | homebrew-a68e250663702d8a5309b845aaa7d1e421e6141d.tar.bz2 | |
NMap: Builds with LLVM >= 2335
Closes #7495.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/nmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nmap.rb b/Library/Formula/nmap.rb index a2c14cb72..8bd1df187 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -9,7 +9,7 @@ class Nmap < Formula # Leopard's version of OpenSSL isn't new enough depends_on "openssl" if MacOS.leopard? - fails_with_llvm + fails_with_llvm :build => 2334 def install ENV.deparallelize |
