summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-03-26 19:48:10 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-03-27 13:25:01 +0200
commit779b2335f5cbac2a200f33591e93e1521e562d50 (patch)
tree84305271d29d3f4653b5084952366fac31f605ed /net-im
parentsysutils/choria: enable for all architectures (diff)
net-im/matterircd: enable on riscv64
Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/matterircd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile
index a4656457a49e..1c12b6d0db1a 100644
--- a/net-im/matterircd/Makefile
+++ b/net-im/matterircd/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/42wim/matterircd
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64
USES= go:modules
USE_GITHUB= yes