Skip to content

Commit bbbe6c0

Browse files
committed
Bear: update dependencies
1 parent 6bc18ba commit bbbe6c0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

devel/Bear/Portfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,22 @@ long_description {*}${description} \
3131

3232
patchfiles patch-spdlog-header-only.diff
3333

34-
set port_libfmt libfmt9
34+
set port_libfmt libfmt10
3535
cmake.module_path-append \
3636
${prefix}/lib/${port_libfmt}/cmake
3737

3838
# Cxx 2017 needed, as of latest 3.1.x releases
3939
compiler.cxx_standard 2017
4040

4141
depends_build-append \
42-
port:pkgconfig \
43-
port:spdlog \
44-
port:nlohmann-json \
42+
port:pkgconfig
4543

4644
depends_lib-append port:abseil \
4745
port:grpc \
4846
port:${port_libfmt} \
4947
port:protobuf3-cpp \
50-
port:re2
48+
port:nlohmann-json \
49+
port:spdlog
5150

5251
configure.args-append \
5352
-DENABLE_UNIT_TESTS=Off \

0 commit comments

Comments
 (0)