diff options
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 |