mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 15:36:19 +04:00
Merge pull request #4129 from lucize/dovecotdeps
dovecot: fix depends typo
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user