Date: Wed, 8 Apr 2020 08:17:55 +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: r531100 - head/www/grafana4 Message-ID: <202004080817.0388Htan023151@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mikael Date: Wed Apr 8 08:17:54 2020 New Revision: 531100 URL: https://svnweb.freebsd.org/changeset/ports/531100 Log: www/grafana4: unbreak on aarch64 It builds fine on aarch64 PR: 245209 Approved by: swills (maintainer) Modified: head/www/grafana4/Makefile Modified: head/www/grafana4/Makefile ============================================================================== --- head/www/grafana4/Makefile Wed Apr 8 06:48:09 2020 (r531099) +++ head/www/grafana4/Makefile Wed Apr 8 08:17:54 2020 (r531100) @@ -14,7 +14,7 @@ COMMENT= Dashboard and graph editor for Graphite, Infl LICENSE= APACHE20 -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 USE_RC_SUBR= grafana
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004080817.0388Htan023151>