aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/mongodb-tools/Makefile2
-rw-r--r--databases/mongodb42-tools/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/mongodb-tools/Makefile b/databases/mongodb-tools/Makefile
index a8d1310ddbcc..47878290790e 100644
--- a/databases/mongodb-tools/Makefile
+++ b/databases/mongodb-tools/Makefile
@@ -10,7 +10,7 @@ WWW= https://docs.mongodb.com/database-tools/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64
ONLY_FOR_ARCHS_REASON= not yet ported to other architectures
USES= compiler:c++14-lang go localbase
diff --git a/databases/mongodb42-tools/Makefile b/databases/mongodb42-tools/Makefile
index b87247e55a7f..9c9d96efe29b 100644
--- a/databases/mongodb42-tools/Makefile
+++ b/databases/mongodb42-tools/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/mongodb/mongo-tools
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
+ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64
ONLY_FOR_ARCHS_REASON= not yet ported to other architectures
USES= compiler:c++14-lang go localbase