diff options
Diffstat (limited to 'devel/kyua-cli/Makefile')
-rw-r--r-- | devel/kyua-cli/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/kyua-cli/Makefile b/devel/kyua-cli/Makefile index a2e34c571df..e2dcac4405c 100644 --- a/devel/kyua-cli/Makefile +++ b/devel/kyua-cli/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2012/06/07 01:13:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/01 15:29:08 jmmv Exp $ # DISTNAME= kyua-cli-0.4 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://kyua.googlecode.com/files/ @@ -33,8 +34,8 @@ PKG_SYSCONFSUBDIR= kyua .if $(PKG_OPTIONS:Mtests) CONFIGURE_ARGS+= --with-atf PLIST_SUBST+= TESTS= -BUILDLINK_API_DEPENDS.atf+= atf>=0.15 -. include "../../devel/atf/buildlink3.mk" +BUILDLINK_API_DEPENDS.atf-libs+= atf-libs>=0.15 +. include "../../devel/atf-libs/buildlink3.mk" .else CONFIGURE_ARGS+= --without-atf PLIST_SUBST+= TESTS=@comment |