summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2020-01-04 12:58:19 +0000
committerbsiegert <bsiegert@pkgsrc.org>2020-01-04 12:58:19 +0000
commit274227ae8e42d131f064156c6658088980324f8b (patch)
tree267b3144b1f6a42010e6fed9e293cd8b5629cac7 /lang/Makefile
parent7e57712b9c237acd4e89348198699a40bd2cbedd (diff)
downloadpkgsrc-274227ae8e42d131f064156c6658088980324f8b.tar.gz
We say goodbye to lang/go111.
Replacement: the two supported versions, go112 and go113.
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 1536513ea62..95c6a4257f2 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.533 2020/01/03 15:24:52 pho Exp $
+# $NetBSD: Makefile,v 1.534 2020/01/04 12:58:19 bsiegert Exp $
#
COMMENT= Programming languages
@@ -94,7 +94,6 @@ SUBDIR+= gnucobol
SUBDIR+= go
SUBDIR+= go-hcl
SUBDIR+= go110
-SUBDIR+= go111
SUBDIR+= go112
SUBDIR+= go113
SUBDIR+= go14