diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/claws-mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index c3af6a0ebb9c..4b3484db7d65 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -7,7 +7,7 @@ PORTNAME= claws-mail PORTVERSION= 3.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news ipv6 MASTER_SITES= SF/sylpheed-claws/Claws%20Mail/${PORTVERSION} @@ -20,7 +20,8 @@ LIB_DEPENDS= etpan:${PORTSDIR}/mail/libetpan \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ freetype:${PORTSDIR}/print/freetype2 \ png:${PORTSDIR}/graphics/png \ - gnutls.40:${PORTSDIR}/security/gnutls + gnutls.40:${PORTSDIR}/security/gnutls \ + execinfo:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support CONFLICTS= sylpheed-claws |