diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-09 15:25:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-09 15:25:49 +0000 |
commit | 46736e7b8040becc9f69ad6d2c2d317a52d5485b (patch) | |
tree | 2a513daa75fe14e832a6e8a5eafaeb3ee61ba42d /community/greenbone-security-assistant | |
parent | 0bcfc95639bac88d738ef53264b4196865f3a8a3 (diff) | |
download | aports-46736e7b8040becc9f69ad6d2c2d317a52d5485b.tar.bz2 aports-46736e7b8040becc9f69ad6d2c2d317a52d5485b.tar.xz |
community/greenbone-security-assistant: greenbone-nvt-sync requires gnu wget
Diffstat (limited to 'community/greenbone-security-assistant')
-rw-r--r-- | community/greenbone-security-assistant/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index d39423fa86..f6dfb9a173 100644 --- a/community/greenbone-security-assistant/APKBUILD +++ b/community/greenbone-security-assistant/APKBUILD @@ -4,11 +4,12 @@ pkgname=greenbone-security-assistant _pkgname=gsad pkgver=7.0.2 _pkgid=2429 -pkgrel=3 +pkgrel=4 pkgdesc="Greenbone Security Assistant (gsa) - OpenVAS web frontend" url="http://www.openvas.org/" arch="all" license="GPL" +depends="wget" makedepends="cmake doxygen xmltoman openvas-libraries-dev libxslt-dev libmicrohttpd-dev" subpackages="$pkgname-doc" |