diff --git a/net/lighttpd-https-cert/Makefile b/net/lighttpd-https-cert/Makefile index fdb7fbe44592b8563ab7a96f2ae5053c90653b0a..2ba0426d15030b07f983722c1688a15ab3456241 100644 --- a/net/lighttpd-https-cert/Makefile +++ b/net/lighttpd-https-cert/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lighttpd-https-cert -PKG_VERSION:=4 +PKG_VERSION:=5 PKG_MAINTAINER:=Robin ObĹŻrka <robin.oburka@nic.cz> PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -16,6 +16,7 @@ include $(INCLUDE_DIR)/package.mk define Package/$(PKG_NAME) TITLE:=$(PKG_NAME) + DEPENDS:=+lighttpd-mod-openssl endef define Build/Compile