aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/Uses
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2020-03-02 21:47:08 +0800
committerDmitri Goutnik <dmgk@FreeBSD.org>2020-03-02 21:47:08 +0800
commit942c2cd368202838c775e6cdd71e8ca37388a4cf (patch)
tree2c7e9554682ed4d645aee906699eba1cee47204b /Mk/Uses
parent3fd3ed8d435eb9c3717db037e04590cc1e14c927 (diff)
downloadfreebsd-ports-gnome-942c2cd368202838c775e6cdd71e8ca37388a4cf.tar.gz
freebsd-ports-gnome-942c2cd368202838c775e6cdd71e8ca37388a4cf.tar.zst
freebsd-ports-gnome-942c2cd368202838c775e6cdd71e8ca37388a4cf.zip
Mk/Uses/go.mk: Revert r517706, switch GO_PORT to lang/go on aarch64
aarch64 support has landed in lang/go, switch default GO_PORT from lang/go-devel to lang/go.
Diffstat (limited to 'Mk/Uses')
-rw-r--r--Mk/Uses/go.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/Uses/go.mk b/Mk/Uses/go.mk
index 7107cd3370f2..ed2a97e4765b 100644
--- a/Mk/Uses/go.mk
+++ b/Mk/Uses/go.mk
@@ -114,10 +114,7 @@ GO_ENV+= GOPATH="${WRKDIR}" \
GOBIN=""
.endif
-# Tentatively enable package building for Go ports on aarch64 to catch regressions early.
-# Can be removed after go1.14 is officially released in Jan 2020 and lang/go is updated to 1.14
-GO_PORT_aarch64= lang/go-devel
-GO_PORT?= ${GO_PORT_${ARCH}:Ulang/go}
+GO_PORT?= lang/go
BUILD_DEPENDS+= ${GO_CMD}:${GO_PORT}
.if ${go_ARGS:Mrun}