diff x11/mkfontscale/mkfontscale.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 25cecc6dca48
children ddab65a5b3f5
line wrap: on
line diff
--- a/x11/mkfontscale/mkfontscale.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/x11/mkfontscale/mkfontscale.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,11 +21,11 @@
 PKGLICENSE="CUSTOM"
 PKGSUMMARY="X.Org tool to create index of scalable fonts"
 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
-PKGDEPENDS="compression/zlib
-            fonts/freetype
-            x11/libfontenc
-            x11/util-macros:build
-            x11/xorgproto:build"
+PKGDEPENDS="zlib
+            freetype
+            libfontenc
+            util-macros:build
+            xorgproto:build"
 PKGOPTIONS="BZIP2"
 
 : ${CHOST:=$(uname -m)-linux-musl}
@@ -37,7 +37,7 @@
 : ${BZIP2:=no}
 
 if [ "$BZIP2" = "yes" ]; then
-	PKGDEPENDS="compression/bzip2 $PKGDEPENDS"
+	PKGDEPENDS="bzip2 $PKGDEPENDS"
 	with_bzip2="--with-bzip2"
 else
 	with_bzip2="--without-bzip2"