diff text/libxml2/libxml2.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 0e6c54d47dfb
children ddab65a5b3f5
line wrap: on
line diff
--- a/text/libxml2/libxml2.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/text/libxml2/libxml2.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -35,28 +35,28 @@
 : ${ZLIB:=no}
 
 if [ "$ICU" = "yes" ]; then
-	PKGDEPENDS="lib/icu $PKGDEPENDS"
+	PKGDEPENDS="icu $PKGDEPENDS"
 	with_icu="--with-icu"
 else
 	with_icu="--without-icu"
 fi
 
 if [ "$LZMA" = "yes" ]; then
-	PKGDEPENDS="compression/xz $PKGDEPENDS"
+	PKGDEPENDS="xz $PKGDEPENDS"
 	with_lzma="--with-lzma"
 else
 	with_lzma="--without-lzma"
 fi
 
 if [ "$PYTHON" = "yes" ]; then
-	PKGDEPENDS="python/python $PKGDEPENDS"
+	PKGDEPENDS="python $PKGDEPENDS"
 	with_python="--with-python"
 else
 	with_python="--without-python"
 fi
 
 if [ "$ZLIB" = "yes" ]; then
-	PKGDEPENDS="compression/zlib $PKGDEPENDS"
+	PKGDEPENDS="zlib $PKGDEPENDS"
 	with_zlib="--with-zlib"
 else
 	with_zlib="--without-zlib"