summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHarm Weites <harm@weites.com>2014-09-03 17:20:43 +0000
committerHarm Weites <harm@weites.com>2014-09-03 17:20:43 +0000
commit3bec4688a7001a3ce9bbfd1a82e691ea94884a9e (patch)
tree0081fa426678c96b6721479ceb547c6719a7b038 /tools
parent439f9c95f0bd024bbc47e01531c50e45f2d68c2c (diff)
downloadvyos-cloud-init-3bec4688a7001a3ce9bbfd1a82e691ea94884a9e.tar.gz
vyos-cloud-init-3bec4688a7001a3ce9bbfd1a82e691ea94884a9e.zip
fix: Since these now actually exist in ports, install them properly
(with pkg).
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build-on-freebsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build-on-freebsd b/tools/build-on-freebsd
index 23bdf487..65d783f7 100755
--- a/tools/build-on-freebsd
+++ b/tools/build-on-freebsd
@@ -17,6 +17,7 @@ pkgs="
py27-prettytable
py27-requests py27-six
python py27-cheetah
+ py27-jsonpointer py27-jsonpatch
"
[ -f "$depschecked" ] || pkg install ${pkgs} || fail "install packages"
touch $depschecked