comparison text/hunspell/hunspell.sh @ 831:ae55d9077f70

vanilla: add runtime depend on core/gettext
author David Demelier <markand@malikania.fr>
date Fri, 23 Aug 2019 08:24:47 +0200
parents 0e6c54d47dfb
children a133976e0783
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
42 else 42 else
43 with_ncurses="--without-ui" 43 with_ncurses="--without-ui"
44 fi 44 fi
45 45
46 if [ "$NLS" = "yes" ]; then 46 if [ "$NLS" = "yes" ]; then
47 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 47 PKGDEPENDS="core/gettext $PKGDEPENDS"
48 with_nls="--enable-nls" 48 with_nls="--enable-nls"
49 else 49 else
50 with_nls="--disable-nls" 50 with_nls="--disable-nls"
51 fi 51 fi
52 52