summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/kyua-cli/Makefile7
-rw-r--r--devel/lutok/Makefile5
2 files changed, 7 insertions, 5 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
diff --git a/devel/lutok/Makefile b/devel/lutok/Makefile
index 3519a7551c6..ec480244609 100644
--- a/devel/lutok/Makefile
+++ b/devel/lutok/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2012/05/30 22:48:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2012/07/01 15:29:08 jmmv Exp $
#
DISTNAME= lutok-0.2
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://lutok.googlecode.com/files/
@@ -35,7 +36,7 @@ PKGCONFIG_OVERRIDE= lutok.pc.in
.if $(PKG_OPTIONS:Mtests)
CONFIGURE_ARGS+= --with-atf
PLIST_SUBST+= TESTS=
-. include "../../devel/atf/buildlink3.mk"
+. include "../../devel/atf-libs/buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-atf
PLIST_SUBST+= TESTS=@comment