git: c4d771e0cb5f - main - textproc/p5-Makefile-DOM: Add NO_ARCH

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:45:45 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c4d771e0cb5f262f15566bbbcfddd6c7a7dd8f31

commit c4d771e0cb5f262f15566bbbcfddd6c7a7dd8f31
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:36:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:36:34 +0000

    textproc/p5-Makefile-DOM: Add NO_ARCH
---
 textproc/p5-Makefile-DOM/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/textproc/p5-Makefile-DOM/Makefile b/textproc/p5-Makefile-DOM/Makefile
index 1caa2093ddf8..2ab48e30a27a 100644
--- a/textproc/p5-Makefile-DOM/Makefile
+++ b/textproc/p5-Makefile-DOM/Makefile
@@ -19,7 +19,9 @@ RUN_DEPENDS=	p5-Clone>=0.18:devel/p5-Clone \
 		p5-List-MoreUtils>=0.21:lang/p5-List-MoreUtils \
 		p5-Params-Util>=0.22:devel/p5-Params-Util
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list