diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-08 16:26:12 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-08 16:26:12 (EDT) |
commit | c35b9297e3afbd276fb8bc30ec358aae48d9928d (patch) | |
tree | 9a2496152ef66a1b4601ce3ce76bdd31e373bbdf /bc.pkg/control | |
parent | 39a210402dec934f950d4b55cd03b49ea029520f (diff) |
bc, dc: Use oh-shlibdeps
Diffstat (limited to 'bc.pkg/control')
-rw-r--r-- | bc.pkg/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bc.pkg/control b/bc.pkg/control index 9941f87..31279cd 100644 --- a/bc.pkg/control +++ b/bc.pkg/control @@ -1,6 +1,5 @@ Architecture: any Platform: all -Depends: bc-common (= ${Binary-Version}), - libreadline.6, libncurses.5, libtinfo.5 +Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends} Description: Arbitrary precision calculator language ${Common-Description} |