aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorIan Cooper <iancooper@hotmail.com>2020-04-30 00:05:31 +0100
committerIan Cooper <iancooper@hotmail.com>2020-04-30 00:52:12 +0100
commit645bea6d88b2b04a7ac95cb2fdc1006d59635098 (patch)
tree95c49a89ebe3c3bca04ceaa5d63bb1c13a0adb73 /mail/dovecot
parentca123aed63b9cbadab573fc367a0d4e4022a0a02 (diff)
dovecot: remove incorrect PKG_BUILD_DEPENDS
The package Makefile contains a PKG_BUILD_DEPENDS=libiconv line, which apart from being incorrect if libiconv-full is specified in the build configuration, is also unnecessary, since the package Makefile already includes nls.mk which sets PKG_BUILD_DEPENDS appropriately. Signed-off-by: Ian Cooper <iancooper@hotmail.com>
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index a5a4fb899..0a5b517e6 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -20,7 +20,6 @@ PKG_LICENSE:=LGPL-2.1-only MIT BSD-3-Clause
PKG_LICENSE_FILES:=COPYING COPYING.LGPL COPYING.MIT
PKG_CPE_ID:=cpe:/a:dovecot:dovecot
-PKG_BUILD_DEPENDS:=libiconv
PKG_CONFIG_DEPENDS:= \
CONFIG_DOVECOT_GSSAPI \
CONFIG_DOVECOT_LDAP \