diff options
-rw-r--r-- | devel/kyua-atf-compat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kyua-atf-compat/Makefile b/devel/kyua-atf-compat/Makefile index c38cde4d05e3..c6b246194c47 100644 --- a/devel/kyua-atf-compat/Makefile +++ b/devel/kyua-atf-compat/Makefile @@ -3,6 +3,7 @@ PORTNAME= kyua-atf-compat PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= kyua @@ -12,7 +13,7 @@ COMMENT= Kyua (automated testing framework) - ATF compatibility tools LICENSE= BSD -RUN_DEPENDS= kyua:${PORTSDIR}/devel/kyua +RUN_DEPENDS+= ${LOCALBASE}/bin/kyua:${PORTSDIR}/devel/kyua-cli GNU_CONFIGURE= yes USES= pkgconfig |