Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2019 19:13:35 +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: r505915 - head/devel/p5-syntax
Message-ID:  <201907051913.x65JDZGs071637@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul  5 19:13:35 2019
New Revision: 505915
URL: https://svnweb.freebsd.org/changeset/ports/505915

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-syntax/Makefile

Modified: head/devel/p5-syntax/Makefile
==============================================================================
--- head/devel/p5-syntax/Makefile	Fri Jul  5 19:13:30 2019	(r505914)
+++ head/devel/p5-syntax/Makefile	Fri Jul  5 19:13:35 2019	(r505915)
@@ -19,7 +19,9 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Data-OptList>=0.104:devel/p5-Data-OptList \
 		p5-namespace-clean>=0:devel/p5-namespace-clean
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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