summaryrefslogtreecommitdiff
path: root/lang/go114/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/go114/Makefile')
-rw-r--r--lang/go114/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/go114/Makefile b/lang/go114/Makefile
index 814e5f9bec9..fb23831e0b7 100644
--- a/lang/go114/Makefile
+++ b/lang/go114/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/02/27 14:32:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/01 14:09:15 tnn Exp $
.include "../../lang/go/version.mk"
+.include "../../lang/go/bootstrap.mk"
DISTNAME= go${GO114_VERSION}.src
PKGNAME= go114-${GO114_VERSION}
@@ -65,13 +66,8 @@ CHECK_INTERPRETER_SKIP+= go${GOVERSSUFFIX}/src/clean.rc
CHECK_INTERPRETER_SKIP+= go${GOVERSSUFFIX}/src/make.rc
CHECK_INTERPRETER_SKIP+= go${GOVERSSUFFIX}/src/run.rc
-BUILD_DEPENDS+= go14-1.4*:../../lang/go14
-GOROOT_BOOTSTRAP= ${PREFIX}/go14
-
PLIST_SUBST+= GOVERSSUFFIX=${GOVERSSUFFIX}
-.include "../../mk/bsd.prefs.mk"
-
PLIST_VARS+= pty route
.if ${OPSYS} != "SunOS"