diff --git a/build/Makefile.openbsd b/build/Makefile.openbsd index 00ff8b3f6b..c35e33b345 100644 --- a/build/Makefile.openbsd +++ b/build/Makefile.openbsd @@ -35,7 +35,7 @@ clean: (cd freeswitch.git && git clean -fdx && git reset --hard HEAD && git pull) has-git: - @git --version || pkg install git + @git --version || PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r git deps: libedit openssl curl @PKG_PATH=http://openbsd.mirrors.pair.com/`uname -r`/packages/`machine -a`/ pkg_add -r $(PKG)