diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-23 15:13:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-02-23 15:13:15 +0000 |
commit | 8200419c9bda928956917e13a8e0846103afca91 (patch) | |
tree | 694f6a4d41589c76705aaaa2e6feecd28de30d4d /testing | |
parent | fb7d2be5b58198d4934d69f27d0140182df3737d (diff) | |
download | aports-8200419c9bda928956917e13a8e0846103afca91.tar.bz2 aports-8200419c9bda928956917e13a8e0846103afca91.tar.xz |
testing/atop: build fix
Diffstat (limited to 'testing')
-rw-r--r-- | testing/atop/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/atop/APKBUILD b/testing/atop/APKBUILD index 1936dd020f..74aec10c05 100644 --- a/testing/atop/APKBUILD +++ b/testing/atop/APKBUILD @@ -6,6 +6,7 @@ pkgdesc="Resource-specific view of processes" url="http://www.atcomputing.nl/Tools/atop" license="GPL-2" depends= +makedepends="zlib-dev ncurses-dev" subpackages="$pkgname-doc" source="http://www.atoptool.nl/packages/atop-$pkgver.tar.gz atop.initd" |