diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-20 17:27:12 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-20 17:27:12 (EDT) |
commit | 06a84253483487d84fc8287e695133e94eef5c6e (patch) | |
tree | 3f992c587775149f25cc7f11ef2b62d77c3e197d | |
parent | 4bfd68817eca100d58b4c93222339ec22da9890d (diff) |
file: Depend on libz.1.
-rw-r--r-- | file.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/file.pkg/control b/file.pkg/control index ba6b955..56de45d 100644 --- a/file.pkg/control +++ b/file.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libmagic.1 (= ${Binary-Version}) +Depends: libmagic.1 (= ${Binary-Version}), libz.1 Description: Tool that determines file type using magic numbers ${Tool-Common-Description} |