diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-30 21:49:48 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-30 21:49:48 +0000 |
commit | 99b15d4247ea4e1c5b03cdbc39d7ae0722c7b137 (patch) | |
tree | 5a6e791364d4a4d1b4d52c078d9e14a2ee874d22 /lang/Makefile | |
parent | f0de99eda60a59eb0770609bf03ca4544539a6e0 (diff) | |
download | FreeBSD-ports-99b15d4247ea4e1c5b03cdbc39d7ae0722c7b137.zip FreeBSD-ports-99b15d4247ea4e1c5b03cdbc39d7ae0722c7b137.tar.gz |
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.
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 da89275..30ecc9c 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 |