diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-10-08 21:50:50 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-10-08 21:50:50 -0500 |
commit | d3e4872faad105356d5c665b1febc931dbdc5245 (patch) | |
tree | 61be9753d58f8538f7093ae9ff149c4501b7b862 /community | |
parent | d8c154d8781368526e412df2360801e0a451c109 (diff) | |
download | aports-d3e4872faad105356d5c665b1febc931dbdc5245.tar.bz2 aports-d3e4872faad105356d5c665b1febc931dbdc5245.tar.xz |
community/dhcp-helper: add missing linux-headers dep
Diffstat (limited to 'community')
-rw-r--r-- | community/dhcp-helper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dhcp-helper/APKBUILD b/community/dhcp-helper/APKBUILD index c730f5fd4f..ec657fc591 100644 --- a/community/dhcp-helper/APKBUILD +++ b/community/dhcp-helper/APKBUILD @@ -7,7 +7,7 @@ url="http://www.thekelleys.org.uk/dhcp-helper/" arch="all" license="GPL-2.0-only OR GPL-3.0-only" depends="" -makedepends="" +makedepends="linux-headers" install="" subpackages="$pkgname-doc $pkgname-openrc" source="http://www.thekelleys.org.uk/dhcp-helper/dhcp-helper-$pkgver.tar.gz |