diff fonts/freetype/freetype.sh @ 577:137f5b5c5ce3

compression/bzip2: rename from lib/bzip2
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:21:00 +0200
parents e1b73f64408d
children 25cecc6dca48
line wrap: on
line diff
--- a/fonts/freetype/freetype.sh	Mon Jul 08 20:20:00 2019 +0200
+++ b/fonts/freetype/freetype.sh	Mon Jul 08 20:21:00 2019 +0200
@@ -34,7 +34,7 @@
 : ${ZLIB:=yes}
 
 if [ "$BZIP2" = "yes" ]; then
-	PKGDEPENDS="core/bzip2 $PKGDEPENDS"
+	PKGDEPENDS="compression/bzip2 $PKGDEPENDS"
 	with_bzip2="--with-bzip2"
 else
 	with_bzip2="--without-bzip2"