diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-08-28 05:50:15 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-08-27 14:50:15 -0700 |
| commit | 24049959f2428f27c41dd08848f92c9775a8b77e (patch) | |
| tree | 5561281f73b7d886d507567ac8ebd003843e9889 /ports/nmap/CONTROL | |
| parent | ef30526658b3b95111f9244b07ca07344960fdbb (diff) | |
| download | vcpkg-24049959f2428f27c41dd08848f92c9775a8b77e.tar.gz vcpkg-24049959f2428f27c41dd08848f92c9775a8b77e.zip | |
[nmap]Fix build error. (#7811)
* [nmap]Fix build error.
* [nmap]Use msvc project to build.
* [nmap]Re-fix ssize_t and fix linux build.
* [nmap]Delete useless file.
Diffstat (limited to 'ports/nmap/CONTROL')
| -rw-r--r-- | ports/nmap/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/nmap/CONTROL b/ports/nmap/CONTROL index 8dcace63e..3ce86d4a9 100644 --- a/ports/nmap/CONTROL +++ b/ports/nmap/CONTROL @@ -1,4 +1,4 @@ Source: nmap -Version: 7.70 -Build-Depends: winpcap, lua, openssl, python2, libssh2 +Version: 7.70-1 +Build-Depends: winpcap (windows), libpcap (!windows), lua, openssl, python2 (windows), libssh2, zlib, pcre Description: A library for scanning network ports. |
