freebsd auto-get dependencies

This commit is contained in:
Don Bright 2014-02-28 05:42:54 +01:00 committed by Thomas Pöchtrager
parent 60d74c1a40
commit 4829d49f39

View File

@ -13,7 +13,7 @@ get_fedora_deps()
get_freebsd_deps()
{
for pkgname in llvm-devel automake autogen libtool \
libxml2 ossp-uuid openssl bash; do
libxml2 e2fsprogs-libuuid openssl bash; do
echo $pkgname
pkg install $pkgname
done