diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-09 23:36:29 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-09 23:36:29 (EDT) |
commit | 60218e56e0445c3625fa42bf2fa0a210e11fb5bd (patch) | |
tree | 5256d335645642edc92b9b4d0d1b8d263c002b95 | |
parent | 365770d7053065ba1ba9744b95c0ff19b312bad6 (diff) |
libtcl8.6: Depend on libz.1.
-rw-r--r-- | libtcl8.6.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtcl8.6.pkg/control b/libtcl8.6.pkg/control index b5a3649..7fe8bc7 100644 --- a/libtcl8.6.pkg/control +++ b/libtcl8.6.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libtcl8.6-data (= ${Binary-Version}) +Depends: libtcl8.6-data (= ${Binary-Version}), libz.1 Description: Tool Command Language ${Version} - library ${Common-Description} . |