diff --git a/srcpkgs/leatherman/template b/srcpkgs/leatherman/template index a8c50f8fc00..8a3031789e5 100644 --- a/srcpkgs/leatherman/template +++ b/srcpkgs/leatherman/template @@ -1,11 +1,13 @@ # Template file for 'leatherman' pkgname=leatherman version=1.12.4 -revision=7 +revision=8 build_style=cmake configure_args="-DLEATHERMAN_SHARED=ON" hostmakedepends="pkg-config python3" -makedepends="boost-devel libcurl-devel" +makedepends="boost-devel-minimal libboost_filesystem libboost_system + libboost_date_time libboost_log_setup libboost_regex + libboost_locale libboost_log libboost_nowide libcurl-devel" short_desc="Collection of C++ and CMake utility libraries" maintainer="Orphaned " license="Apache-2.0"