diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:47:19 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-04 09:47:19 (EDT) |
commit | 260d9867c01e46203c925236a23ee74587fc2a4e (patch) | |
tree | 71be2677f1834dd5915f91b9ae077f24360d9631 /libncursesw.5-dev.pkg/control | |
parent | 4e4ce7be563871ed88a90f37c671696d4cfc6295 (diff) |
libncurses*.5-dev: Depend on libtinfo-dev
Diffstat (limited to 'libncursesw.5-dev.pkg/control')
-rw-r--r-- | libncursesw.5-dev.pkg/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libncursesw.5-dev.pkg/control b/libncursesw.5-dev.pkg/control index e9afee9..d9181aa 100644 --- a/libncursesw.5-dev.pkg/control +++ b/libncursesw.5-dev.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: all Depends: libtinfo.5 (= ${Binary-Version}), libncursesw.5 (= ${Binary-Version}) + libtinfo-dev (= ${Binary-Version}), Description: curses library with wide character support - 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 |