diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-30 21:49:48 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-30 21:49:48 +0000 |
commit | f8eed8659107bb01660d6f6c98221a50a8a4c333 (patch) | |
tree | a8e2be1dc1ff92ea4d1aacc5f2902631117f8fee /lang/Makefile | |
parent | 3c8f8292323e25b2801f310c51923d0ba22fda38 (diff) |
Add osb-jscore
JavaScriptCore is part of Gtk-Wecore.
JavaScriptCore is javascript interpreter that OSB uses. It is based on
Apple's WebCore JavaScriptCore code, which is in turn based on KDE kjs
code.
Notes
Notes:
svn path=/head/; revision=122842
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index da89275b0479..30ecc9c6439d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -156,6 +156,7 @@ SUBDIR += onyx SUBDIR += oo2c SUBDIR += open-cobol + SUBDIR += osb-jscore SUBDIR += otcl SUBDIR += p2c SUBDIR += p5-Data-JavaScript |