diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-02-04 03:14:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-03 11:14:54 -0800 |
| commit | d316fd1b70b13a88442addd9ccf942df3eb3697d (patch) | |
| tree | 61e79a35e750c0957212dab43627667146ce8fc9 /ports/log4cxx/CONTROL | |
| parent | 5214a247018b3bf2d793cea188ea2f2c150daddd (diff) | |
| download | vcpkg-d316fd1b70b13a88442addd9ccf942df3eb3697d.tar.gz vcpkg-d316fd1b70b13a88442addd9ccf942df3eb3697d.zip | |
[log4cxx] Fix dependency and pkgconfig (#16018)
* [Log4cxx] Fix dependency and pkgconfig
* Update versions
Diffstat (limited to 'ports/log4cxx/CONTROL')
| -rw-r--r-- | ports/log4cxx/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/log4cxx/CONTROL b/ports/log4cxx/CONTROL index b7713bd2f..bf34f4ba0 100644 --- a/ports/log4cxx/CONTROL +++ b/ports/log4cxx/CONTROL @@ -1,7 +1,7 @@ Source: log4cxx
Version: 0.11.0
-Port-Version: 1
+Port-Version: 2
Homepage: https://logging.apache.org/log4cxx
Description: Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR
Supports: !uwp
-Build-Depends: apr, apr-util
+Build-Depends: apr, apr-util, expat
|
