mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
nmap: fix zenmap dependencies
This commit is contained in:
parent
fe12e535b0
commit
d071761cc4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nmap'
|
||||
pkgname=nmap
|
||||
version=7.94
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-ndiff --with-openssl --with-zenmap $(vopt_with lua liblua)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -32,7 +32,7 @@ post_install() {
|
|||
}
|
||||
|
||||
zenmap_package() {
|
||||
depends="${sourcepkg}-${version}_${revision} pygtk"
|
||||
depends="${sourcepkg}-${version}_${revision} python3-gobject python3-cairo"
|
||||
short_desc+=" - GUI Frontend"
|
||||
pkg_install() {
|
||||
vmove usr/bin/nmapfe
|
||||
|
|
Loading…
Add table
Reference in a new issue