git: bccb481c89a9 - main - devel/p5-Algorithm-Annotate: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:05:31 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bccb481c89a9a860d1dc04eeec76fd539b7efd95
commit bccb481c89a9a860d1dc04eeec76fd539b7efd95
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:16:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:58:12 +0000
devel/p5-Algorithm-Annotate: Add NO_ARCH
Approved by: portmgr (blanket)
---
devel/p5-Algorithm-Annotate/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/devel/p5-Algorithm-Annotate/Makefile b/devel/p5-Algorithm-Annotate/Makefile
index a0e39f91fa35..c7f6d3c32194 100644
--- a/devel/p5-Algorithm-Annotate/Makefile
+++ b/devel/p5-Algorithm-Annotate/Makefile
@@ -19,4 +19,6 @@ RUN_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>