diff misc/shared-mime-info/shared-mime-info.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 1f23eb4953ce
children 341987b63363
line wrap: on
line diff
--- a/misc/shared-mime-info/shared-mime-info.sh	Thu Apr 04 20:58:00 2019 +0200
+++ b/misc/shared-mime-info/shared-mime-info.sh	Thu Apr 04 21:00:00 2019 +0200
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="core/gettext:build $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"