aboutsummaryrefslogtreecommitdiffstats
path: root/community/greenbone-security-assistant/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/greenbone-security-assistant/APKBUILD')
-rw-r--r--community/greenbone-security-assistant/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD
index f6dfb9a173b..0e4970c1a83 100644
--- a/community/greenbone-security-assistant/APKBUILD
+++ b/community/greenbone-security-assistant/APKBUILD
@@ -10,7 +10,7 @@ url="http://www.openvas.org/"
arch="all"
license="GPL"
depends="wget"
-makedepends="cmake doxygen xmltoman openvas-libraries-dev
+makedepends="cmake doxygen xmltoman openvas-libraries-dev
libxslt-dev libmicrohttpd-dev"
subpackages="$pkgname-doc"
source="http://wald.intevation.org/frs/download.php/$_pkgid/$pkgname-$pkgver.tar.gz
@@ -30,7 +30,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONFDIR=/etc \
-DSBINDIR=/usr/sbin \
- -DLOCALSTATEDIR=/var .
+ -DLOCALSTATEDIR=/var .
make || return 1
}