From 63a19d1035561a640edda39c75b8ae01246c7a7f Mon Sep 17 00:00:00 2001
From: Roberto Oliveira <robertoguimaraes8@gmail.com>
Date: Wed, 10 Jan 2018 00:25:52 +0000
Subject: [PATCH]  testing/yodl: add missing make dependency

---
 testing/yodl/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/yodl/APKBUILD b/testing/yodl/APKBUILD
index 5a31c249afae..c89313623616 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"
-- 
GitLab