Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 08:18:49 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531101 - head/www/grafana5
Message-ID:  <202004080818.0388InHt023315@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Wed Apr  8 08:18:49 2020
New Revision: 531101
URL: https://svnweb.freebsd.org/changeset/ports/531101

Log:
  www/grafana5: unbreak on aarch64
  
  It builds fine on aarch64
  
  PR:		245210
  Approved by:	swills (maintainer)

Modified:
  head/www/grafana5/Makefile

Modified: head/www/grafana5/Makefile
==============================================================================
--- head/www/grafana5/Makefile	Wed Apr  8 08:17:54 2020	(r531100)
+++ head/www/grafana5/Makefile	Wed Apr  8 08:18:49 2020	(r531101)
@@ -15,7 +15,7 @@ COMMENT=	Dashboard and graph editor for multiple data 
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-ONLY_FOR_ARCHS=	amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386
 
 USES=		go
 USE_RC_SUBR=	grafana



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004080818.0388InHt023315>