comparison editors/nano/nano.sh @ 431:515778c3a417

vanilla: core/gettext is only required for build
author David Demelier <markand@malikania.fr>
date Thu, 04 Apr 2019 21:00:00 +0200
parents 8675457d99c6
children 574e733aebf8
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
34 : ${MULTIBUFFER:=yes} 34 : ${MULTIBUFFER:=yes}
35 : ${NANORC:=yes} 35 : ${NANORC:=yes}
36 : ${NLS:=yes} 36 : ${NLS:=yes}
37 37
38 if [ "$NLS" = "yes" ]; then 38 if [ "$NLS" = "yes" ]; then
39 PKGDEPENDS="core/gettext $PKGDEPENDS" 39 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
40 with_nls="--enable-nls" 40 with_nls="--enable-nls"
41 else 41 else
42 with_nls="--disable-nls" 42 with_nls="--disable-nls"
43 fi 43 fi
44 44