aboutsummaryrefslogtreecommitdiffstats
path: root/main/automake
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-01 10:31:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-01 10:31:19 +0000
commit118463f27ecf2a638fdef1b5265cb4534e86c150 (patch)
tree0c116945f327cc51f7d5b29e70329ee4734ff787 /main/automake
parentcfd84b4e8ece29495d5a08d41320633430147ace (diff)
downloadaports-118463f27ecf2a638fdef1b5265cb4534e86c150.tar.bz2
aports-118463f27ecf2a638fdef1b5265cb4534e86c150.tar.xz
main/automake: remove unused checkdepends
remove unused checkdepends. This also prevents circular dependencies
Diffstat (limited to 'main/automake')
-rw-r--r--main/automake/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/main/automake/APKBUILD b/main/automake/APKBUILD
index 141609b241..1ab444ddeb 100644
--- a/main/automake/APKBUILD
+++ b/main/automake/APKBUILD
@@ -8,7 +8,6 @@ arch="noarch"
license="GPL-2.0-or-later MIT Public-Domain"
depends="perl"
makedepends="autoconf"
-checkdepends="bash gzip coreutils diffutils"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"