aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-03-26 18:37:14 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-03-27 11:25:00 +0000
commit20de538a43492f45bc99ba756d2084d94b9a9f02 (patch)
tree7e50edeaf008fa0f150e5f362950fe2bb318cdee
parent275e17b0296fb4b648a51a537ccff215d8ad08f0 (diff)
downloadports-20de538a43492f45bc99ba756d2084d94b9a9f02.tar.gz
ports-20de538a43492f45bc99ba756d2084d94b9a9f02.zip
databases/mongodb{,42}-tools: enable on riscv64
Build fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
-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