Skip to content
Snippets Groups Projects
Commit b30dfc39 authored by Leo's avatar Leo
Browse files

community/xterm: depend on ncurses-terminfo

parent c46d0297
No related branches found
No related tags found
1 merge request!190113.10 openjpeg
...@@ -2,12 +2,13 @@ ...@@ -2,12 +2,13 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=xterm pkgname=xterm
pkgver=346 pkgver=346
pkgrel=0 pkgrel=1
pkgdesc="X Terminal Emulator" pkgdesc="X Terminal Emulator"
options="!check" # Requires vttest options="!check" # Requires vttest
url="http://invisible-island.net/xterm" url="http://invisible-island.net/xterm"
arch="all" arch="all"
license="MIT" license="MIT"
depends="ncurses-terminfo"
makedepends="libxaw-dev libxft-dev ncurses-dev" makedepends="libxaw-dev libxft-dev ncurses-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="ftp://ftp.invisible-island.net/xterm/$pkgname-$pkgver.tgz source="ftp://ftp.invisible-island.net/xterm/$pkgname-$pkgver.tgz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment