summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-09-18 20:52:11 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-09-18 20:52:11 +0000
commit59a368b0750abbca43057c54aa73ab0927e29b3c (patch)
tree57913b16ef8c6723160d13d7ae479503033927e2 /lang/Makefile
parent801fcda4a6bfd5a8a2b5bba22bc4cabafc976f63 (diff)
downloadpkgsrc-59a368b0750abbca43057c54aa73ab0927e29b3c.tar.gz
Add a versioned Go 1.10 package as lang/go110.
This uses a similar approach as go111. Its revision is one higher than the existing lang/go. Next steps: - make builds use this for dependent packages - delete lang/go to complete the move
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 5c235800105..319d3754bc1 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.494 2018/09/18 16:22:14 bsiegert Exp $
+# $NetBSD: Makefile,v 1.495 2018/09/18 20:52:11 bsiegert Exp $
#
COMMENT= Programming languages
@@ -90,6 +90,7 @@ SUBDIR+= gnat_util
SUBDIR+= gnucobol
SUBDIR+= go
SUBDIR+= go-hcl
+SUBDIR+= go110
SUBDIR+= go111
SUBDIR+= go14
SUBDIR+= go19