diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 16:54:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-31 16:54:18 (EDT) |
commit | 3695d99def5d2f1f7d551f159329a5823d30b283 (patch) | |
tree | ea7a749d38b1b338ef8b95eb1afee4ba6dd078bc /file.pkg/control | |
parent | 3d1d2a0642013c3cf553af25d2c896eb85ee4840 (diff) |
file, libmagic.1: Use oh-shlibdeps
Diffstat (limited to 'file.pkg/control')
-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 56de45d..8ff53b0 100644 --- a/file.pkg/control +++ b/file.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libmagic.1 (= ${Binary-Version}), libz.1 +Depends: libmagic.1 (= ${Binary-Version}), ${Shlib-Depends} Description: Tool that determines file type using magic numbers ${Tool-Common-Description} |