git: 0eef0e8b46b1 - main - textproc/p5-Version-Next: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:16 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0eef0e8b46b179a9644d8f14e7c485c8933c9f8b
commit 0eef0e8b46b179a9644d8f14e7c485c8933c9f8b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:48:32 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:48:32 +0000
textproc/p5-Version-Next: Add NO_ARCH
---
textproc/p5-Version-Next/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/textproc/p5-Version-Next/Makefile b/textproc/p5-Version-Next/Makefile
index bc0f6d76cde7..1aa2ec913b35 100644
--- a/textproc/p5-Version-Next/Makefile
+++ b/textproc/p5-Version-Next/Makefile
@@ -17,4 +17,6 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>