summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/solaris.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/solaris.py')
-rw-r--r--source-builder/sb/solaris.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/solaris.py b/source-builder/sb/solaris.py
index 13401d5..8d9498a 100644
--- a/source-builder/sb/solaris.py
+++ b/source-builder/sb/solaris.py
@@ -61,7 +61,7 @@ def load():
'__bison': ('exe', 'required', '/usr/bin/bison'),
'__git': ('exe', 'required', '/usr/bin/git'),
'__svn': ('exe', 'required', '/usr/bin/svn'),
- '__cvs': ('exe', 'required', '/usr/bin/cvs'),
+ '__cvs': ('exe', 'optional', '/usr/bin/cvs'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake'),
'__patch_opts': ('none', 'none', '-E'),