diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-06 08:49:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-11-06 08:49:23 +0000 |
commit | dcc6c601d68f0fec81680c7b9658788580943efc (patch) | |
tree | c82fcfc4b7c8e09376e53cfe692ad2a4a211f41e /testing/umix | |
parent | 5a32b80e992aab958d508279f39630c8b868d700 (diff) | |
download | aports-dcc6c601d68f0fec81680c7b9658788580943efc.tar.bz2 aports-dcc6c601d68f0fec81680c7b9658788580943efc.tar.xz |
testing/umix: build fix
Diffstat (limited to 'testing/umix')
-rw-r--r-- | testing/umix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/umix/APKBUILD b/testing/umix/APKBUILD index 443f43c65..7eb262f7f 100644 --- a/testing/umix/APKBUILD +++ b/testing/umix/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Program for adjusting soundcard volumes" url="http://umix.sf.net" license="GPL" depends= -makedepends= +makedepends="ncurses-dev" install= subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" |