aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cscope
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-19 15:28:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-19 15:28:18 +0000
commitc305d999889b236d7d3d8bfeea7a43ea1a45ffc3 (patch)
tree0463fac31e7c418063ffa4c2bace0ccf8c41c7f9 /testing/cscope
parent870c4c31442e33cf6628aba4a68d997a4448c789 (diff)
downloadaports-c305d999889b236d7d3d8bfeea7a43ea1a45ffc3.tar.bz2
aports-c305d999889b236d7d3d8bfeea7a43ea1a45ffc3.tar.xz
testing/cscope: fix build
Diffstat (limited to 'testing/cscope')
-rw-r--r--testing/cscope/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/cscope/APKBUILD b/testing/cscope/APKBUILD
index 0214ef77d8..4005df01f0 100644
--- a/testing/cscope/APKBUILD
+++ b/testing/cscope/APKBUILD
@@ -7,9 +7,8 @@ pkgdesc="Cscope is a developer's tool for browsing source code."
url="http://cscope.sourceforge.net/"
arch="all"
license="BSD"
-depends="ncurses"
-depends_dev=""
-makedepends="$depends_dev"
+depends=""
+makedepends="ncurses-dev"
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/project/cscope/cscope/$pkgver/cscope-$pkgver.tar.gz"