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 /dc.pkg/control | |
parent | 39a210402dec934f950d4b55cd03b49ea029520f (diff) |
bc, dc: Use oh-shlibdeps
Diffstat (limited to 'dc.pkg/control')
-rw-r--r-- | dc.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dc.pkg/control b/dc.pkg/control index 3a34b7a..d34fc0d 100644 --- a/dc.pkg/control +++ b/dc.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: bc-common (= ${Binary-Version}) +Depends: bc-common (= ${Binary-Version}), ${Shlib-Depends} Description: Arbitrary precision calculator GNU dc is a reverse-polish desk calculator which supports unlimited precision arithmetic. It also allows you to define and call macros. |