diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:28:13 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:28:13 (EDT) |
commit | 4e4ce7be563871ed88a90f37c671696d4cfc6295 (patch) | |
tree | 7e22a857d018f0c7e12b1a8921e257b494773ae4 /libtinfo-dev.pkg/control | |
parent | fc4b901236911b282988d3260581ffd16a7ab50f (diff) |
Fix binary package dependencies
Diffstat (limited to 'libtinfo-dev.pkg/control')
-rw-r--r-- | libtinfo-dev.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtinfo-dev.pkg/control b/libtinfo-dev.pkg/control index 9419348..3620dce 100644 --- a/libtinfo-dev.pkg/control +++ b/libtinfo-dev.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libncurses.5 (= ${Binary-Version}) +Depends: libtinfo.5 (= ${Binary-Version}) Description: curses terminfo library - development files 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 |