aboutsummaryrefslogtreecommitdiffstats
path: root/community/bmake/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bmake/APKBUILD')
-rw-r--r--community/bmake/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bmake/APKBUILD b/community/bmake/APKBUILD
index 768bfebe675..149eb5223ce 100644
--- a/community/bmake/APKBUILD
+++ b/community/bmake/APKBUILD
@@ -7,6 +7,7 @@ url="http://www.crufty.net/help/sjg/bmake.html"
arch="all"
license="BSD-2-Clause"
subpackages="$pkgname-doc"
+checkdepends="tzdata"
source="http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz
install-sh.patch
separate-tests.patch
@@ -22,8 +23,7 @@ prepare() {
# FIXME: Disable tests failing on musl.
sed -i unit-tests/Makefile \
- -e "/deptgt-delete_on_error/d" \
- -e "/varmod-localtime/d"
+ -e "/deptgt-delete_on_error/d"
}
build() {