git: 1f8980e6d7f9 - main - math/p5-Math-Complex: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:42 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1f8980e6d7f97c5972463d93618f0c5d737857d6
commit 1f8980e6d7f97c5972463d93618f0c5d737857d6
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:02 +0000
math/p5-Math-Complex: Add NO_ARCH
---
math/p5-Math-Complex/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/p5-Math-Complex/Makefile b/math/p5-Math-Complex/Makefile
index de883962af11..7e3029bcdbff 100644
--- a/math/p5-Math-Complex/Makefile
+++ b/math/p5-Math-Complex/Makefile
@@ -15,4 +15,6 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>