diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-09-04 02:38:27 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-09-03 11:38:27 -0700 |
| commit | c866cb7059aa3c80746fc9ab7f8df9a069a00306 (patch) | |
| tree | 4536087422f0e7c120902a1545b0db49077f42d1 /ports/libxslt/CONTROL | |
| parent | ac210b8e8eaf7f2ec94a4b8edc04c110d7247c4e (diff) | |
| download | vcpkg-c866cb7059aa3c80746fc9ab7f8df9a069a00306.tar.gz vcpkg-c866cb7059aa3c80746fc9ab7f8df9a069a00306.zip | |
[libxslt]Fix dependent ports in static builds. (#7451)
Diffstat (limited to 'ports/libxslt/CONTROL')
| -rw-r--r-- | ports/libxslt/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libxslt/CONTROL b/ports/libxslt/CONTROL index e1de01067..150282ecb 100644 --- a/ports/libxslt/CONTROL +++ b/ports/libxslt/CONTROL @@ -1,5 +1,5 @@ Source: libxslt -Version: 1.1.33 +Version: 1.1.33-1 Homepage: http://xmlsoft.org/XSLT/ Description: Libxslt is a XSLT library implemented in C for XSLT 1.0 and most of EXSLT -Build-Depends: libxml2 +Build-Depends: libxml2, liblzma |
