From a68e250663702d8a5309b845aaa7d1e421e6141d Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Thu, 8 Sep 2011 08:38:21 -0700 Subject: NMap: Builds with LLVM >= 2335 Closes #7495. --- Library/Formula/nmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3