Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 00:47:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438560 - head/devel/p5-Config-GitLike
Message-ID:  <201704150047.v3F0lPIc028926@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Apr 15 00:47:25 2017
New Revision: 438560
URL: https://svnweb.freebsd.org/changeset/ports/438560

Log:
  Fix TEST_DEPENDS and use = instead of +=

Modified:
  head/devel/p5-Config-GitLike/Makefile

Modified: head/devel/p5-Config-GitLike/Makefile
==============================================================================
--- head/devel/p5-Config-GitLike/Makefile	Sat Apr 15 00:47:20 2017	(r438559)
+++ head/devel/p5-Config-GitLike/Makefile	Sat Apr 15 00:47:25 2017	(r438560)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	devel/p5-Moo>=0:devel/p5-Moo \
 		devel/p5-MooX-Types-MooseLike>=0:devel/p5-MooX-Types-MooseLike
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS+=	devel/p5-Test-Exception>=0:devel/p5-Test-Exception
+TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 USES=		perl5
 USE_PERL5=	configure



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