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