diff options
Diffstat (limited to 'net/znc/Makefile')
-rw-r--r-- | net/znc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/znc/Makefile b/net/znc/Makefile index 47ef2c903..4fa31c468 100644 --- a/net/znc/Makefile +++ b/net/znc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=znc PKG_VERSION:=1.6.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://znc.in/releases \ @@ -35,7 +35,7 @@ endef define Package/znc $(Package/znc/default) - DEPENDS:=+libopenssl +libpthread +libstdcpp +ZNC_ICU:icu + DEPENDS:=+libopenssl +libpthread +libstdcpp +ZNC_ICU:icu +zlib MENU:=1 endef |