aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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