diff options
| author | Adam Vandenberg | 2011-06-19 09:49:15 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-19 09:49:15 -0700 |
| commit | 9a5c4bc50e733666dbf111679198fbf16b6bdd74 (patch) | |
| tree | 0d6bd092ca5a25e7503c5ac55a8ee3f209001220 | |
| parent | 166b199c6b478a8242915b6cd4ff79fffbb2d194 (diff) | |
| download | homebrew-9a5c4bc50e733666dbf111679198fbf16b6bdd74.tar.bz2 | |
nmap: edit comment
Fixes #6077
| -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 c1c943b3d..d4094eea5 100644 --- a/Library/Formula/nmap.rb +++ b/Library/Formula/nmap.rb @@ -5,7 +5,7 @@ class Nmap < Formula homepage 'http://nmap.org/5/' md5 '0b80d2cb92ace5ebba8095a4c2850275' - # namp needs newer version of openssl on Leopard + # Leopard's version of OpenSSL isn't new enough depends_on "openssl" if MacOS.leopard? fails_with_llvm |
