Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:50:46 +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: r482696 - head/devel/p5-Test-Script
Message-ID:  <201810211650.w9LGokih040092@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 21 16:50:46 2018
New Revision: 482696
URL: https://svnweb.freebsd.org/changeset/ports/482696

Log:
  Fix r481365

Modified:
  head/devel/p5-Test-Script/Makefile

Modified: head/devel/p5-Test-Script/Makefile
==============================================================================
--- head/devel/p5-Test-Script/Makefile	Sun Oct 21 16:50:37 2018	(r482695)
+++ head/devel/p5-Test-Script/Makefile	Sun Oct 21 16:50:46 2018	(r482696)
@@ -19,15 +19,14 @@ RUN_DEPENDS=	p5-Capture-Tiny>=0:devel/p5-Capture-Tiny 
 		p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl
 TEST_DEPENDS=	p5-Test2-Suite>=0.000060:devel/p5-Test2-Suite
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 502501
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
 RUN_DEPENDS+=	p5-Test-Simple>=1.302015:devel/p5-Test-Simple
 .endif
 



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