summaryrefslogtreecommitdiff
path: root/www/linux-mozilla/scripts/configure
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-03-12 10:04:32 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-03-12 10:04:32 +0000
commit2c107f931aff5e4a3e12fffb4481b97dcee9a856 (patch)
tree68114079fb2c46e7a6136fa163de4c1501f362e4 /www/linux-mozilla/scripts/configure
parentAnother alloca.h we do not have (diff)
Update to "two nines" version. This version has MathML, TrueType,
and SOAP. Add inspector component. Make venkman component optional. new version noticed by: Muhannad Asfour <muhannad07@cogeco.ca>
Notes
Notes: svn path=/head/; revision=55926
Diffstat (limited to 'www/linux-mozilla/scripts/configure')
-rw-r--r--www/linux-mozilla/scripts/configure4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/linux-mozilla/scripts/configure b/www/linux-mozilla/scripts/configure
index bae76ba96ec1..e37f503e85c4 100644
--- a/www/linux-mozilla/scripts/configure
+++ b/www/linux-mozilla/scripts/configure
@@ -14,12 +14,14 @@ echo "browser langenus regus venkman xpcom" > /tmp/checklist.tmp.$$;
/usr/bin/dialog --title "Mozilla component selection" --clear \
--checklist "\n\
Choose which components of Mozilla to download and install. \n\
-Press the space bar to toggle selections." -1 -1 5 \
+Press the space bar to toggle selections." -1 -1 7 \
"chatzilla" "IRC client (102 kB)" ON \
"deflenus" "American English profile defaults (8 kB)" ON \
+"inspector" "DOM inspector (240 kB)" ON \
"mail" "Mozilla Mail and News (1728 kB)" ON \
"psm" "Personal Security Manager--recommended (656 kB)" ON \
"talkback" "sends crash logs to Mozilla staff (832 kB)" ON \
+"venkman" "JavaScript debugger (150 kB)" ON \
2>> /tmp/checklist.tmp.$$
retval=$?