diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:19:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 08:22:45 +0000 |
commit | cff79a00ec4dc26a3caa16c174a07a3948da4810 (patch) | |
tree | aae33bf81c3407a0622b857ed1969471eae7b7c6 /main/unfs3 | |
parent | 1eaeb70f388cfe3d10dc6825f947fdeeecf6ac44 (diff) | |
download | aports-cff79a00ec4dc26a3caa16c174a07a3948da4810.tar.bz2 aports-cff79a00ec4dc26a3caa16c174a07a3948da4810.tar.xz |
main/[various]: let abuild detect shared objects dependencies
Diffstat (limited to 'main/unfs3')
-rw-r--r-- | main/unfs3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/unfs3/APKBUILD b/main/unfs3/APKBUILD index 28de30157..bfadf9387 100644 --- a/main/unfs3/APKBUILD +++ b/main/unfs3/APKBUILD @@ -5,7 +5,7 @@ pkgrel=0 pkgdesc="a user-space implementation of the NFSv3 server specification" url="http://unfs3.sourceforge.net/" license='GPL' -depends="uclibc" +depends="" makedepends="flex" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" subpackages="$pkgname-doc" |