diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2009-12-19 23:26:58 +0059 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 10:35:03 +0100 |
commit | 67fc90c4cc712a8610f2091e6d0984d8174061e1 (patch) | |
tree | 6b5c62cac6f43c5f183960393579fd4e9ce96e79 /package/nmap | |
parent | 11f4462c6de666345e0722f68ba462a61c779176 (diff) |
fix dependencies; note libfuse are broken
• xx is the script used to validate them
(will be folded into pkgmaker soon)
• davfs2 (two of three flavours) and wdfs (once), as well as
fuse (or fuse-utils?) depend on libfuse, but there is no
libfuse (the working builddep on the fuse directory was kept
intact, though)
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/nmap')
-rw-r--r-- | package/nmap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nmap/Makefile b/package/nmap/Makefile index 4b0ea6d5c..58b8ee8a6 100644 --- a/package/nmap/Makefile +++ b/package/nmap/Makefile @@ -13,7 +13,7 @@ endif PKG_MD5SUM:= 32d27de32166c02d670bb4a086185886 PKG_DESCR:= utility for network exploration or security auditing PKG_SECTION:= net -PKG_DEPENDS:= libdnet libpcap libpcre +PKG_DEPENDS:= libdnet libpcap pcre PKG_URL:= http://nmap.org PKG_SITES:= http://download.insecure.org/nmap/dist/ |