aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-03-26 14:28:33 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-03-27 11:25:00 +0000
commit275e17b0296fb4b648a51a537ccff215d8ad08f0 (patch)
tree6050883c25b5b41115aed5a78303341c91a49ec8
parentc134549986983abea977fd1eb350a401d413feda (diff)
downloadports-275e17b0296fb4b648a51a537ccff215d8ad08f0.tar.gz
ports-275e17b0296fb4b648a51a537ccff215d8ad08f0.zip
net-p2p/bitmark: enable on riscv64
Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket)
-rw-r--r--net-p2p/bitmark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile
index 60022b3e9970..19d9851f394e 100644
--- a/net-p2p/bitmark/Makefile
+++ b/net-p2p/bitmark/Makefile
@@ -11,7 +11,7 @@ WWW= https://github.com/bitmark-inc/bitmarkd
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64
ONLY_FOR_ARCHS_REASON= depends on go which is not supported in this architecture
LIB_DEPENDS= libargon2.so:security/libargon2 \