commit 614c0928d0d9ee8903ca3320f3abaf6030ade13d
parent 7db24395649716f0cb1603b1734940fd348fcc32
Author: Lucian Cristian <lucian.cristian@gmail.com>
Date: Thu, 9 Mar 2017 11:10:58 +0200
dovecot: fix depends typo
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
@@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/dovecot
SECTION:=mail
CATEGORY:=Mail
- DEPENDS:=+DOVECOT_LDAP:libopenldap DOVECOT_SQLITE:libsqlite3 +libopenssl +librt +zlib +libbz2 +libcap
+ DEPENDS:=+DOVECOT_LDAP:libopenldap +DOVECOT_SQLITE:libsqlite3 +libopenssl +librt +zlib +libbz2 +libcap
TITLE:=An IMAP and POP3 daemon
MAINTAINER:=Lucian Cristian <lucian.cristian@gmail.com>
URL:=http://www.dovecot.org/