svn commit: r482692 - head/devel/p5-App-GitGot

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 21 16:50:15 UTC 2018


Author: sunpoet
Date: Sun Oct 21 16:50:13 2018
New Revision: 482692
URL: https://svnweb.freebsd.org/changeset/ports/482692

Log:
  Fix r481365

Modified:
  head/devel/p5-App-GitGot/Makefile

Modified: head/devel/p5-App-GitGot/Makefile
==============================================================================
--- head/devel/p5-App-GitGot/Makefile	Sun Oct 21 16:50:05 2018	(r482691)
+++ head/devel/p5-App-GitGot/Makefile	Sun Oct 21 16:50:13 2018	(r482692)
@@ -37,15 +37,14 @@ TEST_DEPENDS=	p5-Test-Class>=0:devel/p5-Test-Class \
 		p5-Test-Exception>=0:devel/p5-Test-Exception \
 		p5-Test-File>=0:devel/p5-Test-File
 
-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-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 RUN_DEPENDS+=	p5-Scalar-List-Utils>=1.45:lang/p5-Scalar-List-Utils
 .endif
 


More information about the svn-ports-all mailing list