aboutsummaryrefslogtreecommitdiffstats
path: root/main/diffutils
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 05:35:09 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-07 05:35:09 +0000
commit486f1eb8f9d8e68695f03225b12f194bc6d65e2a (patch)
treed75a8e733aaa7946156156f49c2479b748600f42 /main/diffutils
parent08fe1e13566140e4ec605bfc74eb7dad84fe8b3c (diff)
downloadaports-486f1eb8f9d8e68695f03225b12f194bc6d65e2a.tar.bz2
aports-486f1eb8f9d8e68695f03225b12f194bc6d65e2a.tar.xz
main/diffutils: add coreutils to checkdepends
Diffstat (limited to 'main/diffutils')
-rw-r--r--main/diffutils/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/diffutils/APKBUILD b/main/diffutils/APKBUILD
index 293d56205f..0ee18c75c2 100644
--- a/main/diffutils/APKBUILD
+++ b/main/diffutils/APKBUILD
@@ -11,6 +11,7 @@ source="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz
disable-mbrtowc-test.patch
"
builddir=$srcdir/$pkgname-$pkgver
+checkdepends="coreutils"
prepare() {
cd "$builddir"