testing/yodl: add missing make dependency

This commit is contained in:
Roberto Oliveira 2018-01-10 00:25:52 +00:00
parent 2cf68aeb60
commit 63a19d1035

View File

@ -7,7 +7,7 @@ pkgdesc="Pre-document language and tools to process it"
url="https://fbb-git.github.io/yodl/"
arch="all"
license="GPL-2.0"
makedepends="icmake bash perl flex bison"
makedepends="icmake bash perl flex bison ncurses"
subpackages="$pkgname-doc"
source="yodl-$pkgver.tar.gz::https://github.com/fbb-git/yodl/archive/$pkgver.tar.gz"
builddir="$srcdir/yodl-$pkgver/yodl"