svn commit: r558509 - head/devel/p5-PerlIO-via-dynamic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:08:32 UTC 2020


Author: sunpoet
Date: Sat Dec 19 20:08:17 2020
New Revision: 558509
URL: https://svnweb.freebsd.org/changeset/ports/558509

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-PerlIO-via-dynamic/Makefile

Modified: head/devel/p5-PerlIO-via-dynamic/Makefile
==============================================================================
--- head/devel/p5-PerlIO-via-dynamic/Makefile	Sat Dec 19 20:08:12 2020	(r558508)
+++ head/devel/p5-PerlIO-via-dynamic/Makefile	Sat Dec 19 20:08:17 2020	(r558509)
@@ -14,7 +14,9 @@ COMMENT=	Dynamic PerlIO layers
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list