aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-04 11:34:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-04 11:34:19 +0000
commit65c677f923733ea33f71d85050d89a65a211a92f (patch)
tree04380966a706e8e38b8986ba3c2962a2b26f4212 /testing
parentc38926656e46f2b1fb6ff4a33b6f43441f854a94 (diff)
downloadaports-65c677f923733ea33f71d85050d89a65a211a92f.tar.bz2
aports-65c677f923733ea33f71d85050d89a65a211a92f.tar.xz
testing/mawk: remove unneeded makedepends
abuild will pull in build-base for us so we dont need it in makedepends.
Diffstat (limited to 'testing')
-rw-r--r--testing/mawk/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/mawk/APKBUILD b/testing/mawk/APKBUILD
index 08a04f5ad5..3add0bcbef 100644
--- a/testing/mawk/APKBUILD
+++ b/testing/mawk/APKBUILD
@@ -8,7 +8,6 @@ pkgdesc="mawk is an interpreter for the AWK Programming Language"
url="https://invisible-island.net/mawk/"
arch="all"
license="GPL-2"
-makedepends="build-base"
subpackages="$pkgname-doc"
source="https://invisible-island.net/datafiles/release/mawk.tar.gz"