diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-07-20 12:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-07-20 12:26:24 +0200 |
commit | ce5ed0b4882e987ba938f46a460073f354c14575 (patch) | |
tree | 70b0c4de696b80e18427e106666172150dc1bb4b /main/util-linux/APKBUILD | |
parent | fe1597d772016cd41cf7fcbe203fd78e4ca9188a (diff) | |
download | aports-ce5ed0b4882e987ba938f46a460073f354c14575.tar.bz2 aports-ce5ed0b4882e987ba938f46a460073f354c14575.tar.xz |
main/util-linux: correctly set makedepends
Diffstat (limited to 'main/util-linux/APKBUILD')
-rw-r--r-- | main/util-linux/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |