diff options
author | kamil <kamil@pkgsrc.org> | 2016-09-18 01:04:13 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-09-18 01:04:13 +0000 |
commit | 9a3322c4a445e8656daeda09d0e08d4f3ae846b4 (patch) | |
tree | 97d549a50622f7027c77c8f6ac698649a6e7e814 | |
parent | 0a0b409c7c153204664ea85b057a7b5380538435 (diff) | |
download | pkgsrc-9a3322c4a445e8656daeda09d0e08d4f3ae846b4.tar.gz |
+ lang/nim
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 387a9802de4..c62b5292a96 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.442 2016/09/12 22:13:54 maya Exp $ +# $NetBSD: Makefile,v 1.443 2016/09/18 01:04:13 kamil Exp $ # COMMENT= Programming languages @@ -141,6 +141,7 @@ SUBDIR+= nawk SUBDIR+= newlisp SUBDIR+= newsqueak SUBDIR+= nhc98 +SUBDIR+= nim SUBDIR+= nodejs SUBDIR+= nodejs4 SUBDIR+= nqp |