summaryrefslogtreecommitdiffstats
path: root/testing/kbuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-02-23 20:04:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-02-23 20:04:38 +0000
commit3f88be79832b9e97644392da8addbd497dbae238 (patch)
tree259b051874e6455946b8de78be123928d2141c04 /testing/kbuild
parent3a044aaeb7856d4c0f4cf1be8da64027b686d452 (diff)
downloadaports-3f88be79832b9e97644392da8addbd497dbae238.tar.bz2
aports-3f88be79832b9e97644392da8addbd497dbae238.tar.xz
testing/kbuild: build fix. needs bison
Diffstat (limited to 'testing/kbuild')
-rw-r--r--testing/kbuild/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/kbuild/APKBUILD b/testing/kbuild/APKBUILD
index 61815c1be..5688647e0 100644
--- a/testing/kbuild/APKBUILD
+++ b/testing/kbuild/APKBUILD
@@ -10,7 +10,7 @@ arch="all"
license="GPL-3"
depends=""
depends_dev=""
-makedepends="autoconf automake flex"
+makedepends="autoconf automake flex bison"
install=""
subpackages="$pkgname-doc"
source="ftp://ftp.netlabs.org/pub/kbuild/kBuild-$_ver-src.tar.gz