summaryrefslogtreecommitdiffstats
path: root/rules/joe.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/joe.in')
-rw-r--r--rules/joe.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/joe.in b/rules/joe.in
index bba0735ae..c0e4c8491 100644
--- a/rules/joe.in
+++ b/rules/joe.in
@@ -1,13 +1,16 @@
config JOE
- bool
+ tristate
prompt "joe"
help
Joe is a simple editor which uses the old wordstar commands.
+if JOE
+
config JOE_SYNTAX_HIGHLIGHT
bool
default y
prompt "Install syntax hilighting patterns"
- depends on JOE
help
This option will install the syntax highlighting for joe
+
+endif