aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dvtm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-07 08:13:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-07 08:13:35 +0000
commitaa7b06098df331cea84dd8355732fd6381dde8a1 (patch)
treece115fe9c45f765489a2614c4e9b382e108ed2c5 /testing/dvtm
parent237b8200e24a9daf4a8ba80533403f0be97c6359 (diff)
downloadaports-aa7b06098df331cea84dd8355732fd6381dde8a1.tar.bz2
aports-aa7b06098df331cea84dd8355732fd6381dde8a1.tar.xz
testing/dvtm: build fix
we need 'tic' which is provided by ncurses
Diffstat (limited to 'testing/dvtm')
-rw-r--r--testing/dvtm/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dvtm/APKBUILD b/testing/dvtm/APKBUILD
index 64a8a88970..6cdbefd34e 100644
--- a/testing/dvtm/APKBUILD
+++ b/testing/dvtm/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Dynamic virtual terminal manager"
arch="all"
url="http://www.brain-dump.org/projects/dvtm/"
license="MIT"
-makedepends="ncurses-dev"
+makedepends="ncurses-dev ncurses" # we need ncurses for 'tic'
subpackages="$pkgname-doc"
source="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz
config.h"