comparison dev/cmake/cmake.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 bad483aace64
children 336550fef494
comparison
equal deleted inserted replaced
576:9eadb49b7fbf 577:137f5b5c5ce3
24 PKGDEPENDS="network/curl 24 PKGDEPENDS="network/curl
25 lib/expat 25 lib/expat
26 lib/jsoncpp 26 lib/jsoncpp
27 lib/libuv 27 lib/libuv
28 core/rhash 28 core/rhash
29 core/bzip2 29 compression/bzip2
30 core/xz 30 core/xz
31 core/libarchive" 31 core/libarchive"
32 PKGOPTIONS="QT5" 32 PKGOPTIONS="QT5"
33 33
34 : ${CC:=clang} 34 : ${CC:=clang}