diff options
Diffstat (limited to 'nmap')
-rw-r--r-- | nmap/nmap_3.50.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nmap/nmap_3.50.oe b/nmap/nmap_3.50.oe index d9331d330b..fa012b6ad2 100644 --- a/nmap/nmap_3.50.oe +++ b/nmap/nmap_3.50.oe @@ -1,6 +1,6 @@ -DEPENDS = "libpcap" +BROKEN = "1" DESCRIPTION = "Nmap is a command line portscanner." - +DEPENDS = "libpcap" SRC_URI = "http://download.insecure.org/nmap/dist/nmap-${PV}.tgz" inherit autotools |