diff options
author | wiz <wiz@pkgsrc.org> | 2018-04-29 05:11:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-04-29 05:11:35 +0000 |
commit | 956e8e4674654408a73b080d2bdb3abc04f73455 (patch) | |
tree | 41eac8e9fef3b48a705656091215226776e719b3 /lang/Makefile | |
parent | 4fbe1f468069d588de75b9f62064c0f9ff94b9a2 (diff) | |
download | pkgsrc-956e8e4674654408a73b080d2bdb3abc04f73455.tar.gz |
lang/Makefile: + spidermonkey52
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3782748abcb..d07180fc0a2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.475 2018/02/03 20:28:28 kamil Exp $ +# $NetBSD: Makefile,v 1.476 2018/04/29 05:11:35 wiz Exp $ # COMMENT= Programming languages @@ -242,6 +242,7 @@ SUBDIR+= snobol SUBDIR+= spidermonkey SUBDIR+= spidermonkey17 SUBDIR+= spidermonkey185 +SUBDIR+= spidermonkey52 SUBDIR+= spl SUBDIR+= squeak SUBDIR+= squeak-vm |