From ce5ed0b4882e987ba938f46a460073f354c14575 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Wed, 20 Jul 2016 12:26:24 +0200 Subject: main/util-linux: correctly set makedepends --- main/util-linux/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/util-linux/APKBUILD') diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 4589720948..c099d261fc 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -18,7 +18,6 @@ depends="findmnt" # use GNU sed til bb sed is fixed. Also GNU tar is needed makedepends_build="sed tar autoconf automake libtool" makedepends_host="zlib-dev ncurses-dev linux-headers" -makedepends="$makedepends_build $makedepends_host" install= options="suid" source="http://www.kernel.org/pub/linux/utils/$pkgname/v${_v}/$pkgname-$pkgver.tar.xz @@ -32,6 +31,7 @@ if [ -z "$BOOTSTRAP" ]; then makedepends_host="$makedepends_host ncurses-dev python-dev" subpackages="$subpackages py-libmount:_py" fi +makedepends="$makedepends_build $makedepends_host" replaces="e2fsprogs util-linux-ng" _builddir="$srcdir/$pkgname-$pkgver" -- cgit v1.2.3