diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-06-16 16:31:31 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-06-16 16:31:31 +0000 |
commit | 974a3ef88ec7fe50da54aa389d546c063fa4132e (patch) | |
tree | 49e4521186895cc2dccd428f26fa8dc6801cf58f | |
parent | ef5a14100078fbdc5aa409a4c171535748fb9e65 (diff) | |
download | ports-974a3ef88ec7fe50da54aa389d546c063fa4132e.tar.gz ports-974a3ef88ec7fe50da54aa389d546c063fa4132e.zip |
Notes
-rw-r--r-- | www/grafana6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/grafana6/Makefile b/www/grafana6/Makefile index 556211a89012..f222454813f0 100644 --- a/www/grafana6/Makefile +++ b/www/grafana6/Makefile @@ -15,7 +15,7 @@ COMMENT= Dashboard and graph editor for multiple data stores LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 USES= go:modules USE_RC_SUBR= grafana |