Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:25:02 +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: r563623 - head/devel/p5-LV
Message-ID:  <202102011925.111JP2I9013746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Feb  1 19:25:02 2021
New Revision: 563623
URL: https://svnweb.freebsd.org/changeset/ports/563623

Log:
  Add NO_ARCH

Modified:
  head/devel/p5-LV/Makefile

Modified: head/devel/p5-LV/Makefile
==============================================================================
--- head/devel/p5-LV/Makefile	Mon Feb  1 19:24:55 2021	(r563622)
+++ head/devel/p5-LV/Makefile	Mon Feb  1 19:25:02 2021	(r563623)
@@ -18,7 +18,9 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-Sentinel>=0:devel/p5-Sentinel \
 		p5-Variable-Magic>=0:devel/p5-Variable-Magic
 
-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?202102011925.111JP2I9013746>