svn commit: r500532 - head/devel/p5-Test-Log-Log4perl

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 30 19:07:24 UTC 2019


Author: sunpoet
Date: Tue Apr 30 19:07:22 2019
New Revision: 500532
URL: https://svnweb.freebsd.org/changeset/ports/500532

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-Test-Log-Log4perl/Makefile

Modified: head/devel/p5-Test-Log-Log4perl/Makefile
==============================================================================
--- head/devel/p5-Test-Log-Log4perl/Makefile	Tue Apr 30 19:07:17 2019	(r500531)
+++ head/devel/p5-Test-Log-Log4perl/Makefile	Tue Apr 30 19:07:22 2019	(r500532)
@@ -17,7 +17,9 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list