aboutsummaryrefslogtreecommitdiffstats
path: root/main/iptables
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-25 13:24:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-25 13:24:56 +0000
commit49e497cc78aa8a5b2435142c3cf54d655c91af6b (patch)
tree3340dc6cafca727e907fb0bd1ff583da5e22f472 /main/iptables
parent8d6982ebe3ec8098818bdfb8bd8f52895cca0fc0 (diff)
downloadaports-49e497cc78aa8a5b2435142c3cf54d655c91af6b.tar.bz2
aports-49e497cc78aa8a5b2435142c3cf54d655c91af6b.tar.xz
main/iptables: add linux-headers to -dev subpackage
Diffstat (limited to 'main/iptables')
-rw-r--r--main/iptables/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index f5fd4d7708..9f5b4a18ea 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -2,7 +2,7 @@
pkgname=iptables
pkgver=1.4.21
-pkgrel=1
+pkgrel=2
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="http://www.netfilter.org/projects/iptables/index.html"
arch="all"
@@ -15,7 +15,8 @@ source="http://ftp.netfilter.org/pub/iptables/iptables-$pkgver.tar.bz2
ip6tables.confd
"
-makedepends="linux-headers autoconf automake"
+depends_dev="linux-headers"
+makedepends="$depends_dev autoconf automake"
subpackages="ip6tables $pkgname-doc $pkgname-dev"
_builddir="$srcdir"/$pkgname-$pkgver