summaryrefslogtreecommitdiffstats
path: root/dc.pkg
diff options
context:
space:
mode:
authorPatrick 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)
commitc35b9297e3afbd276fb8bc30ec358aae48d9928d (patch)
tree9a2496152ef66a1b4601ce3ce76bdd31e373bbdf /dc.pkg
parent39a210402dec934f950d4b55cd03b49ea029520f (diff)
bc, dc: Use oh-shlibdeps
Diffstat (limited to 'dc.pkg')
-rw-r--r--dc.pkg/control2
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.