diff options
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 17c191eef..3243b3fdd 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -8,7 +8,7 @@ IPTABLES_VERSION = 1.4.16.3 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables IPTABLES_INSTALL_STAGING = YES -IPTABLES_DEPENDENCIES = host-pkg-config +IPTABLES_DEPENDENCIES = host-pkgconf IPTABLES_LICENSE = GPLv2 IPTABLES_LICENSE_FILES = COPYING |