diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-03-26 18:45:54 +0000 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-03-27 11:25:00 +0000 |
commit | 4dd45b213480b4977cdc1a5819145212f7dfae2d (patch) | |
tree | 70e529f3b47d0cae74699e665cb0072b8ba68864 | |
parent | 20de538a43492f45bc99ba756d2084d94b9a9f02 (diff) | |
download | ports-4dd45b213480b4977cdc1a5819145212f7dfae2d.tar.gz ports-4dd45b213480b4977cdc1a5819145212f7dfae2d.zip |
net/nsq: enable on i386, riscv64
Builds fine.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
-rw-r--r-- | net/nsq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nsq/Makefile b/net/nsq/Makefile index 92fac836c2ba..ed4f7faaed31 100644 --- a/net/nsq/Makefile +++ b/net/nsq/Makefile @@ -10,7 +10,7 @@ WWW= https://nsq.io LICENSE= MIT -ONLY_FOR_ARCHS= aarch64 amd64 armv7 +ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 USES= go:modules |