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