Add texinfo for makeinfo

This commit is contained in:
Xavier L'Heureux 2020-05-02 20:51:21 -04:00
parent a622fc1001
commit 098bc25ebb
No known key found for this signature in database
GPG key ID: A06A06A3924D1F17

View file

@ -169,6 +169,7 @@ freebsd()
install_freebsd_pkg "cmake"
install_freebsd_pkg "gmake"
install_freebsd_pkg "wget"
install_freebsd_pkg "texinfo"
set +xe
}