diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 21:51:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 21:51:32 +0000 |
commit | 8073ab816ee438be5312fd0fe9164db02bd3bbbe (patch) | |
tree | 741f2ca437455ba42fc5475c0dda8176aeb36487 /core/fakeroot | |
parent | 9db4181f326078930629b8fe561b13cf75839838 (diff) | |
download | aports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.bz2 aports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.xz |
various: adjusted dependencies
Diffstat (limited to 'core/fakeroot')
-rw-r--r-- | core/fakeroot/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fakeroot/APKBUILD b/core/fakeroot/APKBUILD index a4d2a6bd5f..aa27376ba4 100644 --- a/core/fakeroot/APKBUILD +++ b/core/fakeroot/APKBUILD @@ -5,7 +5,6 @@ pkgdesc="Gives a fake root environment, useful for building packages as a non-pr license='GPL' url="http://packages.debian.org/fakeroot" depends='uclibc' -makedepends='binutils gcc make linux-headers uclibc-dev' subpackages="$pkgname-dev $pkgname-doc" source="http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz busybox-compat.patch" |