Signed-off-by: Russell Senior <[email protected]> --- net/nufw/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/nufw/Makefile b/net/nufw/Makefile index 2e82742..1c20efd 100644 --- a/net/nufw/Makefile +++ b/net/nufw/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2010 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nufw PKG_VERSION:=2.2.21 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.nufw.org/download/nufw/ @@ -25,7 +25,7 @@ define Package/nufw/Default SECTION:=net CATEGORY:=Network SUBMENU:=Firewall - DEPENDS:=+glib2 +libgnutls +libsasl2 +libnetfilter-queue $(ICONV_DEPENDS) $(INTL_DEPENDS) + DEPENDS:=+glib2 +libgnutls +libsasl2 +libnetfilter-queue +libgcrypt $(ICONV_DEPENDS) $(INTL_DEPENDS) TITLE:=nufw URL:=http://www.nufw.org/ endef -- 1.8.3.2 -- Russell Senior, President [email protected] _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
