comparison editors/vim/vim.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 1ac4747e74bb
children f1dc1bbc7afc
comparison
equal deleted inserted replaced
830:c080ec1c5226 831:ae55d9077f70
75 else 75 else
76 with_multibyte="--disable-multibyte" 76 with_multibyte="--disable-multibyte"
77 fi 77 fi
78 78
79 if [ "$NLS" = "yes" ]; then 79 if [ "$NLS" = "yes" ]; then
80 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 80 PKGDEPENDS="core/gettext $PKGDEPENDS"
81 with_nls="--enable-nls" 81 with_nls="--enable-nls"
82 else 82 else
83 with_nls="--disable-nls" 83 with_nls="--disable-nls"
84 fi 84 fi
85 85