diff options
author | bjs <bjs@pkgsrc.org> | 2008-02-06 04:32:30 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2008-02-06 04:32:30 +0000 |
commit | 9ebe7ffef58f438e689d5115f5e1edf1adbc01c9 (patch) | |
tree | 6972254afc59fb40eee087a700d4bd9ccd0bdacb /mk/defaults | |
parent | 5a00b4611ef157f01c349b3d4c5365888d1d91fc (diff) | |
download | pkgsrc-9ebe7ffef58f438e689d5115f5e1edf1adbc01c9.tar.gz |
Replace 'spidermonkey' option with a generic 'javascript' option.
Now that we have lang/ossp-js, I cannot find a good reason to use
spidermonkey, and elinks was the only package using that option.
Diffstat (limited to 'mk/defaults')
-rw-r--r-- | mk/defaults/options.description | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index aab81b1e2d5..23e806e4213 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -260,7 +260,7 @@ spamassassin-test-bayes-sql Enable tests of the SQL module for Bayes data. spamassassin-test-prefork Enable spamd prefork test (kills processes containing "spam child"). speex Enable speex support. spf Enable Sender Policy Framework support. -spidermonkey Enable Mozilla's C implementation of JavaScript. +javascript Enable Javascript support. sqlite Enable SQLite support. squirrelmail-japanese Add experimental Japanese fix to squirrelmail. squirrelmail-lite Add experimental none-frame support to squirrelmail. |