Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 04:59:54 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344498 - head/devel/kyua-atf-compat
Message-ID:  <201402160459.s1G4xs81014600@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Feb 16 04:59:53 2014
New Revision: 344498
URL: http://svnweb.freebsd.org/changeset/ports/344498
QAT: https://qat.redports.org/buildarchive/r344498/

Log:
  Fix dependency loop after devel/kyua moved
  to devel/kyua-cli in r344497

Modified:
  head/devel/kyua-atf-compat/Makefile

Modified: head/devel/kyua-atf-compat/Makefile
==============================================================================
--- head/devel/kyua-atf-compat/Makefile	Sat Feb 15 23:45:22 2014	(r344497)
+++ head/devel/kyua-atf-compat/Makefile	Sun Feb 16 04:59:53 2014	(r344498)
@@ -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 framewo
 
 LICENSE=	BSD
 
-RUN_DEPENDS=	kyua:${PORTSDIR}/devel/kyua
+RUN_DEPENDS+=	${LOCALBASE}/bin/kyua:${PORTSDIR}/devel/kyua-cli
 
 GNU_CONFIGURE=	yes
 USES=		pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402160459.s1G4xs81014600>