kyua-testers: kyua-atf-tester needs atf-sh, so depend on atf.

This commit is contained in:
Juan RP 2013-11-03 11:40:05 +01:00
parent 48ae3148c3
commit e31d541454
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kyua-testers'
pkgname=kyua-testers
version=0.1
revision=2
revision=3
build_style=gnu-configure
configure_args="
kyua_cv_attribute_noreturn=yes kyua_cv_lchmod_works=no
@ -33,6 +33,8 @@ pre_configure() {
}
kyua-testers_package() {
# Needs atf-sh at least.
depends="atf"
pkg_install() {
vmove all
}