aboutsummaryrefslogtreecommitdiffstats
path: root/testing/aircrack-ng/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-21 09:57:24 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-21 09:57:24 +0000
commitc037bee604d6bfccd079a624983631d0febc6da2 (patch)
treea0303d400886cd72b5a4633cec932cbb923e93af /testing/aircrack-ng/APKBUILD
parent112b162d2a0d3b43bda30dbda8023ed6c562c22f (diff)
downloadaports-c037bee604d6bfccd079a624983631d0febc6da2.tar.bz2
aports-c037bee604d6bfccd079a624983631d0febc6da2.tar.xz
testing/aircrack-ng: added coreutils to makedepends
Diffstat (limited to 'testing/aircrack-ng/APKBUILD')
-rw-r--r--testing/aircrack-ng/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/aircrack-ng/APKBUILD b/testing/aircrack-ng/APKBUILD
index e9fb7780aa..77109d82e4 100644
--- a/testing/aircrack-ng/APKBUILD
+++ b/testing/aircrack-ng/APKBUILD
@@ -11,7 +11,7 @@ license="GPL2"
depends="ethtool wireless-tools iw sqlite"
depends_dev="openssl-dev sqlite-dev libnl-dev linux-headers pcre-dev
bsd-compat-headers"
-makedepends="$depends_dev"
+makedepends="$depends_dev coreutils"
install=""
subpackages="$pkgname-doc"
source="http://download.aircrack-ng.org/$pkgname-$_pkgver.tar.gz"