kyua-testers: kyua-atf-tester needs atf-sh, so depend on atf.
This commit is contained in:
parent
48ae3148c3
commit
e31d541454
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue