Update build system

Closes: https://github.com/named-data/repo-ng/pull/2

Change-Id: If5644f6b894d815e3c75c4404d2076fa559d7737
diff --git a/.jenkins.d/00-deps.sh b/.jenkins.d/00-deps.sh
index e0a4194..66dafb4 100755
--- a/.jenkins.d/00-deps.sh
+++ b/.jenkins.d/00-deps.sh
@@ -7,7 +7,7 @@
 set -x
 
 if has OSX $NODE_LABELS; then
-    FORMULAE=(boost pkg-config openssl)
+    FORMULAE=(boost openssl pkg-config)
     brew update
     if [[ -n $TRAVIS ]]; then
         # travis images come with a large number of brew packages