mtm: add ncurses to terminfo dependencies
mtm-terminfo.INSTALL uses tic to compile terminfo dependencies, but it doesn't depend on ncurses, the provider of tic. This commit fixes this.
This commit is contained in:
parent
882dc977fc
commit
9c450388e1
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mtm'
|
||||
pkgname=mtm
|
||||
version=1.2.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-makefile
|
||||
makedepends="ncurses-devel ncurses-libs"
|
||||
depends="ncurses"
|
||||
|
@ -24,6 +24,7 @@ do_install() {
|
|||
|
||||
mtm-terminfo_package() {
|
||||
short_desc+=" - terminfo data"
|
||||
depends="ncurses"
|
||||
pkg_install() {
|
||||
vmove usr/share/terminfo
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue