diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-12 10:13:30 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-11-12 10:13:35 +0100 |
commit | 30a06de0263dc09972e85b40531cef345a9c8e3f (patch) | |
tree | dd5579627f63ab65b973f34972101b000f2594c9 /main | |
parent | 3546d5a58502bc167435fa33fe942699f5dc0dc6 (diff) | |
download | aports-30a06de0263dc09972e85b40531cef345a9c8e3f.tar.bz2 aports-30a06de0263dc09972e85b40531cef345a9c8e3f.tar.xz |
main/zmap: replace gengetopt-dev with gengetopt
Diffstat (limited to 'main')
-rw-r--r-- | main/zmap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/zmap/APKBUILD b/main/zmap/APKBUILD index 940bad174e..aea95e134a 100644 --- a/main/zmap/APKBUILD +++ b/main/zmap/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="Apache-2" depends="" depends_dev="" -makedepends="linux-headers cmake flex byacc json-c-dev gengetopt-dev +makedepends="linux-headers cmake flex byacc json-c-dev gengetopt libpcap-dev gmp-dev" install="" subpackages="$pkgname-doc" |