diff options
author | William Pitcock <nenolod@dereferenced.org> | 2011-06-21 11:38:04 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-06-21 11:38:04 -0500 |
commit | 186055aa7830cf7c702190b8df7957fedc14a6bc (patch) | |
tree | cba8836a2380123abf7124236d027d1331dbb8ee /testing | |
parent | 315cd8fadda7e840da2fca369985e99637051413 (diff) | |
download | aports-186055aa7830cf7c702190b8df7957fedc14a6bc.tar.bz2 aports-186055aa7830cf7c702190b8df7957fedc14a6bc.tar.xz |
testing/linux-pam: fix builddepends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/linux-pam/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-pam/APKBUILD b/testing/linux-pam/APKBUILD index db71a30bd3..091d20b336 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 |