comparison network/ntp/ntp.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
46 else 46 else
47 with_ipv6="--disable-ipv6" 47 with_ipv6="--disable-ipv6"
48 fi 48 fi
49 49
50 if [ "$NLS" = "yes" ]; then 50 if [ "$NLS" = "yes" ]; then
51 PKGDEPENDS="core/gettext:build $PKGDEPENDS" 51 PKGDEPENDS="core/gettext $PKGDEPENDS"
52 with_nls="--enable-nls" 52 with_nls="--enable-nls"
53 else 53 else
54 with_nls="--disable-nls" 54 with_nls="--disable-nls"
55 fi 55 fi
56 56