From 6850b1eefbb17f8ffcb792f3bd22115bfdde9562 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 8 Feb 2012 20:31:12 +0000 Subject: testing/sshguard: build fix add flex/bison to makedepends. the patch needs it. --- testing/sshguard/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/sshguard/APKBUILD b/testing/sshguard/APKBUILD index c6a69b480e..a337bbfc63 100644 --- a/testing/sshguard/APKBUILD +++ b/testing/sshguard/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="BSD" depends="iptables" depends_dev="" -makedepends="$depends_dev" +makedepends="$depends_dev flex bison" install="" subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/project/sshguard/sshguard/sshguard-$pkgver/sshguard-$pkgver.tar.bz2 -- cgit v1.2.3