diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 18:02:35 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-28 18:02:35 +0200 |
commit | 62cf2a15c9e95126d35dcac690ca42f0d87a2bab (patch) | |
tree | fa401e921927ab620fcea926f1ac0ada5e8bc7b5 /main/aumix | |
parent | 221c76bc69e6ad50651378e336f697d4487e90bb (diff) | |
download | aports-62cf2a15c9e95126d35dcac690ca42f0d87a2bab.tar.bz2 aports-62cf2a15c9e95126d35dcac690ca42f0d87a2bab.tar.xz |
main/aumix: add linux-headers
Diffstat (limited to 'main/aumix')
-rw-r--r-- | main/aumix/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/aumix/APKBUILD b/main/aumix/APKBUILD index 37eab881d4..6770832f34 100644 --- a/main/aumix/APKBUILD +++ b/main/aumix/APKBUILD @@ -7,7 +7,7 @@ url="http://www.jpj.net/~trevor/aumix.html" arch="all" license="GPL2+" depends="" -makedepends="ncurses-dev" +makedepends="ncurses-dev linux-headers" source="http://jpj.net/~trevor/aumix/releases/aumix-$pkgver.tar.bz2 aumix.initd " |