aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-10 00:25:52 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-10 00:25:52 +0000
commit63a19d1035561a640edda39c75b8ae01246c7a7f (patch)
tree2d176e05c1ea46f941b1effed40176b043bbf89d
parent2cf68aeb6013328a6a549f11a2421369e2bc22c3 (diff)
downloadaports-63a19d1035561a640edda39c75b8ae01246c7a7f.tar.bz2
aports-63a19d1035561a640edda39c75b8ae01246c7a7f.tar.xz
testing/yodl: add missing make dependency
-rw-r--r--testing/yodl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yodl/APKBUILD b/testing/yodl/APKBUILD
index 5a31c249af..c893136236 100644
--- a/testing/yodl/APKBUILD
+++ b/testing/yodl/APKBUILD
@@ -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"