diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 13:09:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 13:09:48 +0000 |
commit | 660a37f8acc0a532a33c4e1b61de83889ea76fab (patch) | |
tree | 9c02641f44758e2879692750a9f8b8844b8efb93 /main/wireless-tools | |
parent | e419ba82163ba01b8e9ff60c9f523348af5a4924 (diff) | |
download | aports-660a37f8acc0a532a33c4e1b61de83889ea76fab.tar.bz2 aports-660a37f8acc0a532a33c4e1b61de83889ea76fab.tar.xz |
main/wireless-tools: linux-headers build fix
Diffstat (limited to 'main/wireless-tools')
-rw-r--r-- | main/wireless-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wireless-tools/APKBUILD b/main/wireless-tools/APKBUILD index c7fd46366d..393201fa17 100644 --- a/main/wireless-tools/APKBUILD +++ b/main/wireless-tools/APKBUILD @@ -8,7 +8,7 @@ url="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html" arch="all" license="GPL2" depends="" -makedepends="" +makedepends="linux-headers " install="" subpackages="$pkgname-dev $pkgname-doc" source="http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/wireless_tools.${pkgver/_/.}.tar.gz |