diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-27 06:20:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-27 06:20:20 +0800 |
commit | 1eba2a3c6deb135016a62a54cc288281f13199b8 (patch) | |
tree | 1f3e152747f74c2ed9e429752b53dd9fd088850c /lang/go14 | |
parent | 657f5650fb1ef09aaf6db4d03f53eae48a9f470e (diff) | |
download | freebsd-ports-gnome-1eba2a3c6deb135016a62a54cc288281f13199b8.tar.gz freebsd-ports-gnome-1eba2a3c6deb135016a62a54cc288281f13199b8.tar.zst freebsd-ports-gnome-1eba2a3c6deb135016a62a54cc288281f13199b8.zip |
Scrub mention of armv6hf from ARCHS. It was never in a released version.
While here, sort ARCHS and pet portlint.
Reviewed by: imp
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/go14')
-rw-r--r-- | lang/go14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index b153a52d7821..c3c13562d4ee 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -28,7 +28,7 @@ sh_OLD_CMD= "/usr/bin/env bash" sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go -ONLY_FOR_ARCHS= i386 amd64 armv6 armv6hf +ONLY_FOR_ARCHS= amd64 armv6 i386 # NB: apparently this failure is only when running under emulation via # qemu; it works fine on native hardware. Let's leave the line in as a |