diff x11/xkeyboard-config/xkeyboard-config.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents ae55d9077f70
children ddab65a5b3f5
line wrap: on
line diff
--- a/x11/xkeyboard-config/xkeyboard-config.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/x11/xkeyboard-config/xkeyboard-config.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="MIT"
 PKGSUMMARY="collection of keyboard configurations"
 PKGDOWNLOAD="http://www.x.org/releases/individual/data/$PKGNAME/$PKGNAME-$PKGVERSION.tar.bz2"
-PKGDEPENDS="dev/intltool:build"
+PKGDEPENDS="intltool:build"
 PKGOPTIONS="NLS"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -33,7 +33,7 @@
 : ${NLS:=yes}
 
 if [ "$NLS" = "yes" ]; then
-	PKGDEPENDS="core/gettext $PKGDEPENDS"
+	PKGDEPENDS="gettext $PKGDEPENDS"
 	with_nls="--enable-nls"
 else
 	with_nls="--disable-nls"