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

View file

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