add gettext-tools to fink deps

gettext-tools needs to be installed in fink for cmake to find msginit,
update ./installdeps to include it.
This commit is contained in:
Rafael Kitover 2016-12-19 02:18:30 -08:00
parent dea31e52e9
commit 982d639ea2
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ fink_installdeps() {
installing installing
check sudo fink -vy selfupdate check sudo fink -vy selfupdate
check sudo fink -vy install cairo cmake ffmpeg libgettext8-dev libjpeg9 libpng16 libtiff5 pkgconfig sdl2 wxwidgets300-osxcocoa libiconv-dev check sudo fink -vy install cairo cmake ffmpeg libgettext8-dev gettext-tools libjpeg9 libpng16 libtiff5 pkgconfig sdl2 wxwidgets300-osxcocoa libiconv-dev
warning 'SFML is required for LINK support, there is currently no SFML package for Fink, if you want LINK support you will need to install it manually' warning 'SFML is required for LINK support, there is currently no SFML package for Fink, if you want LINK support you will need to install it manually'