git: 6851ec973a7a - main - textproc/p5-XML-Descent: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:18:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6851ec973a7aaf1771f0e7766de30656d9e8f182
commit 6851ec973a7aaf1771f0e7766de30656d9e8f182
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:55:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:30 +0000
textproc/p5-XML-Descent: Add NO_ARCH
Approved by: portmgr (blanket)
---
textproc/p5-XML-Descent/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/textproc/p5-XML-Descent/Makefile b/textproc/p5-XML-Descent/Makefile
index c7850ec2fcc3..f9352c3358ab 100644
--- a/textproc/p5-XML-Descent/Makefile
+++ b/textproc/p5-XML-Descent/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS= p5-XML-TokeParser>=0:textproc/p5-XML-TokeParser
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>