1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

devel/statik: unbreak on armv7 and aarch64

It builds fine on these archs.
While here, reorder ONLY_FOR_ARCHS

PR:	244196
Approved by:	cheffo@freebsd-bg.org (maintainer), manu (mentor)
This commit is contained in:
Mikael Urankar 2020-02-24 17:13:34 +00:00
parent 15ca792ad9
commit a707d6ba13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527002

View File

@ -13,7 +13,7 @@ COMMENT= Embed static files into a Go executable
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386
USES= go
USE_GITHUB= yes