diff core/procps/procps.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
line wrap: on
line diff
--- a/core/procps/procps.sh	Thu Aug 22 21:00:00 2019 +0200
+++ b/core/procps/procps.sh	Fri Aug 23 08:24:47 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
+	PKGDEPENDS="core/gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"