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 /libtinfo.5.pkg/control | |
parent | 7f51d77557f1f443958634c1c887c7844fc132d4 (diff) |
Add ncurses-common dependencies
Diffstat (limited to 'libtinfo.5.pkg/control')
-rw-r--r-- | libtinfo.5.pkg/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libtinfo.5.pkg/control b/libtinfo.5.pkg/control index 3030e07..d1df639 100644 --- a/libtinfo.5.pkg/control +++ b/libtinfo.5.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all -Depends: ${Shlib-Depends}, terminfo-base, terminfo-linux [any-linux-any] +Depends: ncurses-common (= ${Source-Version}), ${Shlib-Depends}, + terminfo-base, terminfo-linux [any-linux-any] Description: curses terminfo 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 |