summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-06-21 11:38:04 -0500
committerWilliam Pitcock <nenolod@dereferenced.org>2011-06-21 11:38:04 -0500
commit186055aa7830cf7c702190b8df7957fedc14a6bc (patch)
treecba8836a2380123abf7124236d027d1331dbb8ee /testing
parent315cd8fadda7e840da2fca369985e99637051413 (diff)
downloadaports-186055aa7830cf7c702190b8df7957fedc14a6bc.tar.bz2
aports-186055aa7830cf7c702190b8df7957fedc14a6bc.tar.xz
testing/linux-pam: fix builddepends
Diffstat (limited to 'testing')
-rw-r--r--testing/linux-pam/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-pam/APKBUILD b/testing/linux-pam/APKBUILD
index db71a30bd..091d20b33 100644
--- a/testing/linux-pam/APKBUILD
+++ b/testing/linux-pam/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="BSD"
depends=
depends_dev="gettext-dev"
-makedepends="$depends_dev"
+makedepends="$depends_dev bison flex"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.kernel.org/pub/linux/libs/pam/library/Linux-PAM-$pkgver.tar.bz2