svn commit: r438560 - head/devel/p5-Config-GitLike

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 15 00:47:26 UTC 2017


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


More information about the svn-ports-head mailing list