comparison network/wget/wget.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 772322ba4c00
children 5298f6a3f180
comparison
equal deleted inserted replaced
430:042b6157c82f 431:515778c3a417
33 : ${SSL:=gnutls} # upstream default 33 : ${SSL:=gnutls} # upstream default
34 : ${NLS:=yes} 34 : ${NLS:=yes}
35 : ${UUID:=yes} 35 : ${UUID:=yes}
36 36
37 if [ "$NLS" = "yes" ]; then 37 if [ "$NLS" = "yes" ]; then
38 PKGDEPENDS="core/gettext $PKGDEPENDS" 38 PKGDEPENDS="core/gettext:build $PKGDEPENDS"
39 with_nls="--enable-nls" 39 with_nls="--enable-nls"
40 else 40 else
41 with_nls="--disable-nls" 41 with_nls="--disable-nls"
42 fi 42 fi
43 43