diff text/libxml2/libxml2.sh @ 582:0194a200012b

compression/xz: rename from lib/xz
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:25:00 +0200
parents e1b73f64408d
children 25cecc6dca48
line wrap: on
line diff
--- a/text/libxml2/libxml2.sh	Mon Jul 08 20:25:00 2019 +0200
+++ b/text/libxml2/libxml2.sh	Mon Jul 08 20:25:00 2019 +0200
@@ -42,7 +42,7 @@
 fi
 
 if [ "$LZMA" = "yes" ]; then
-	PKGDEPENDS="core/xz $PKGDEPENDS"
+	PKGDEPENDS="compression/xz $PKGDEPENDS"
 	with_lzma="--with-lzma"
 else
 	with_lzma="--without-lzma"