From d1bbf07a534c7cd70cb28c748dad9a9e768f403b Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sat, 8 Jul 2017 16:30:22 -0300 Subject: community/[various]: fix trailing whitespace --- community/greenbone-security-assistant/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/greenbone-security-assistant') diff --git a/community/greenbone-security-assistant/APKBUILD b/community/greenbone-security-assistant/APKBUILD index f6dfb9a173..0e4970c1a8 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 } -- cgit v1.2.3