diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 22:33:29 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-26 22:33:29 +0000 |
commit | 1a6c39c1b8b1b70afd800b82e5aea83be700a692 (patch) | |
tree | dd625b973556b74b28d65cb2bddfb86adde4bd23 /nmap | |
parent | 47a27b1637017aba6ee7bded55f119055631f140 (diff) |
mark a couple of packages as broken regarding oemake world
BKrev: 410586b9BcRMsYu4l1VwFoWsXLUR1A
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 |