comparison text/libxml2/libxml2.sh @ 573:e1b73f64408d

compression/zlib: rename from lib/zlib
author David Demelier <markand@malikania.fr>
date Mon, 08 Jul 2019 20:10:00 +0200
parents bad483aace64
children 0194a200012b
comparison
equal deleted inserted replaced
572:1d82637c2980 573:e1b73f64408d
54 else 54 else
55 with_python="--without-python" 55 with_python="--without-python"
56 fi 56 fi
57 57
58 if [ "$ZLIB" = "yes" ]; then 58 if [ "$ZLIB" = "yes" ]; then
59 PKGDEPENDS="lib/zlib $PKGDEPENDS" 59 PKGDEPENDS="compression/zlib $PKGDEPENDS"
60 with_zlib="--with-zlib" 60 with_zlib="--with-zlib"
61 else 61 else
62 with_zlib="--without-zlib" 62 with_zlib="--without-zlib"
63 fi 63 fi
64 64