svn commit: r482700 - head/textproc/p5-XML-XPath

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


Author: sunpoet
Date: Sun Oct 21 16:51:17 2018
New Revision: 482700
URL: https://svnweb.freebsd.org/changeset/ports/482700

Log:
  Fix r481365

Modified:
  head/textproc/p5-XML-XPath/Makefile

Modified: head/textproc/p5-XML-XPath/Makefile
==============================================================================
--- head/textproc/p5-XML-XPath/Makefile	Sun Oct 21 16:51:09 2018	(r482699)
+++ head/textproc/p5-XML-XPath/Makefile	Sun Oct 21 16:51:17 2018	(r482700)
@@ -17,15 +17,14 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-XML-Parser>=2.23:textproc/p5-XML-Parser
 TEST_DEPENDS=	p5-Path-Tiny>=0.076:devel/p5-Path-Tiny
 
-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-head mailing list