git: 65dc6824e84f - main - textproc/p5-HTML-RewriteAttributes: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Jun 2022 09:07:03 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=65dc6824e84f2b4354dbabdc96e9a3f248bd719e
commit 65dc6824e84f2b4354dbabdc96e9a3f248bd719e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 08:54:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 09:00:59 +0000
textproc/p5-HTML-RewriteAttributes: Add NO_ARCH
---
textproc/p5-HTML-RewriteAttributes/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/textproc/p5-HTML-RewriteAttributes/Makefile b/textproc/p5-HTML-RewriteAttributes/Makefile
index b266111a1b76..bf4299d39074 100644
--- a/textproc/p5-HTML-RewriteAttributes/Makefile
+++ b/textproc/p5-HTML-RewriteAttributes/Makefile
@@ -16,4 +16,6 @@ RUN_DEPENDS= p5-HTML-Parser>0:www/p5-HTML-Parser \
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>