git: a7829074a974 - main - math/rubygem-narray_miss: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Mar 2022 18:27:39 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a7829074a974db6f9b008c1165d8e7c949352a42
commit a7829074a974db6f9b008c1165d8e7c949352a42
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-07 18:09:53 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-07 18:13:24 +0000
math/rubygem-narray_miss: Add NO_ARCH
Approved by: portmgr (blanket)
---
math/rubygem-narray_miss/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/math/rubygem-narray_miss/Makefile b/math/rubygem-narray_miss/Makefile
index 5a1a21658fab..52317196bf81 100644
--- a/math/rubygem-narray_miss/Makefile
+++ b/math/rubygem-narray_miss/Makefile
@@ -10,7 +10,9 @@ COMMENT= Additional class with processing of missing value to NArray
RUN_DEPENDS= rubygem-narray>0:math/rubygem-narray
-USE_RUBY= yes
USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
.include <bsd.port.mk>