summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-09-06 08:25:33 +1000
committerChris Johns <chrisj@rtems.org>2019-09-06 08:25:43 +1000
commit05f469b850a41fe8cb72b069f1f9820574749b08 (patch)
tree7cab295237d8687c96eb1a6b518bdf9df2cb9192
parent5/bsps: Add xilinx_zynq_zedboard BSP (diff)
downloadrtems-source-builder-05f469b850a41fe8cb72b069f1f9820574749b08.tar.bz2
freebsd: SVN is optional.
-rw-r--r--source-builder/sb/freebsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/freebsd.py b/source-builder/sb/freebsd.py
index 3634f6d..decd1c9 100644
--- a/source-builder/sb/freebsd.py
+++ b/source-builder/sb/freebsd.py
@@ -64,7 +64,7 @@ def load():
'__bash': ('exe', 'optional', '/usr/local/bin/bash'),
'__bison': ('exe', 'required', '/usr/local/bin/bison'),
'__git': ('exe', 'required', '/usr/local/bin/git'),
- '__svn': ('exe', 'required', '/usr/local/bin/svn'),
+ '__svn': ('exe', 'optional', '/usr/local/bin/svn'),
'__unzip': ('exe', 'optional', '/usr/local/bin/unzip'),
'__xz': ('exe', 'optional', '/usr/bin/xz'),
'__make': ('exe', 'required', 'gmake'),