We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad33169 commit 4c81155Copy full SHA for 4c81155
devel/Bear/Portfile
@@ -31,7 +31,7 @@ long_description {*}${description} \
31
32
patchfiles patch-spdlog-header-only.diff
33
34
-set port_libfmt libfmt9
+set port_libfmt libfmt10
35
cmake.module_path-append \
36
${prefix}/lib/${port_libfmt}/cmake
37
@@ -40,14 +40,13 @@ compiler.cxx_standard 2017
40
41
depends_build-append \
42
port:pkgconfig \
43
- port:spdlog \
44
port:nlohmann-json \
+ port:spdlog
45
46
depends_lib-append port:abseil \
47
port:grpc \
48
port:${port_libfmt} \
49
- port:protobuf3-cpp \
50
- port:re2
+ port:protobuf3-cpp
51
52
configure.args-append \
53
-DENABLE_UNIT_TESTS=Off \
0 commit comments