diff options
author | maya <maya@pkgsrc.org> | 2017-10-24 07:01:28 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-10-24 07:01:28 +0000 |
commit | 320a7b95f28212be32c4f0440d78526b211187a5 (patch) | |
tree | fb79dd6207fa0dc0fdd2bec31c80027763b948db /devel | |
parent | b7ff368158744dc9817694dc886959944bd644c7 (diff) | |
download | pkgsrc-320a7b95f28212be32c4f0440d78526b211187a5.tar.gz |
Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 6a647206823..4eb151a63cc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2558 2017/10/23 15:20:45 adam Exp $ +# $NetBSD: Makefile,v 1.2559 2017/10/24 07:01:28 maya Exp $ # COMMENT= Development utilities @@ -326,6 +326,7 @@ SUBDIR+= go-homedir SUBDIR+= go-i18n SUBDIR+= go-immutable-radix SUBDIR+= go-ini +SUBDIR+= go-isatty SUBDIR+= go-jwalterweatherman SUBDIR+= go-mapstructure SUBDIR+= go-mow-cli @@ -338,7 +339,9 @@ SUBDIR+= go-protobuf SUBDIR+= go-purell SUBDIR+= go-ratelimit SUBDIR+= go-review +SUBDIR+= go-runewidth SUBDIR+= go-sanitized_anchor_name +SUBDIR+= go-shellwords SUBDIR+= go-shuffle SUBDIR+= go-siphash SUBDIR+= go-sys |