summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-03 13:36:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-03 13:36:54 +0000
commit4ee21a58e0c93e625d74aeace17db26cd8a5e1f4 (patch)
tree84d62c02e2d0c37d733b5d4094d7cfbfa9e88994 /testing
parente85cd0b1a73ad53e49aae4113adf7c59aa68ac1b (diff)
downloadaports-4ee21a58e0c93e625d74aeace17db26cd8a5e1f4.tar.bz2
aports-4ee21a58e0c93e625d74aeace17db26cd8a5e1f4.tar.xz
testing/sl: build fix. needs ncurses-dev
Diffstat (limited to 'testing')
-rw-r--r--testing/sl/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sl/APKBUILD b/testing/sl/APKBUILD
index 042357285..feb4ed927 100644
--- a/testing/sl/APKBUILD
+++ b/testing/sl/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="MIT"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev ncurses-dev"
install=""
subpackages=""
source="saveas-$url/archive/$pkgver.tar.gz/$pkgname-$pkgver.tar.gz"