summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Hixson <jhixson@FreeBSD.org>2020-03-20 22:45:50 +0000
committerJohn Hixson <jhixson@FreeBSD.org>2020-03-20 22:45:50 +0000
commit7a0e224c62569eac9681720d26835ac6d0aa8191 (patch)
treec4cc58eb6f60c154682171626d219bc7fc8020ad /net
parentEvery game needs a user interface that matches its look and feel. The purpose (diff)
net/nsq: add aarch64 and armv7 to supported architectures
PR: 244863 Submitted by: mikael@FreeBSD.org
Notes
Notes: svn path=/head/; revision=528808
Diffstat (limited to 'net')
-rw-r--r--net/nsq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nsq/Makefile b/net/nsq/Makefile
index d4b8a4475330..e24812ee220a 100644
--- a/net/nsq/Makefile
+++ b/net/nsq/Makefile
@@ -3,6 +3,7 @@
PORTNAME= nsq
PORTVERSION= 1.2.0
DISTVERSIONPREFIX= v
+PORTREVISION= 2
CATEGORIES= net
MAINTAINER= jhixson@FreeBSD.org
@@ -10,7 +11,7 @@ COMMENT= Realtime distributed messaging platform
LICENSE= MIT
-ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS= aarch64 amd64 armv7
USES= go:modules