diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 14:11:03 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-24 14:11:03 (EDT) |
commit | b95d8087de00a32a7ce9e90cdc4c1352fbe9f472 (patch) | |
tree | 3fab14601ea339f98accda4e4d275154f96cdb2e /libncurses.5.pkg/control | |
parent | 7f51d77557f1f443958634c1c887c7844fc132d4 (diff) |
Add ncurses-common dependencies
Diffstat (limited to 'libncurses.5.pkg/control')
-rw-r--r-- | libncurses.5.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libncurses.5.pkg/control b/libncurses.5.pkg/control index 8df0f35..9efac74 100644 --- a/libncurses.5.pkg/control +++ b/libncurses.5.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libtinfo.5 (= ${Binary-Version}), ${Shlib-Depends} +Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends} Description: curses library The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and |