diff options
author | feld <feld@FreeBSD.org> | 2016-03-15 20:56:32 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2016-03-15 20:56:32 +0800 |
commit | a59e577baaecf8a100653921ebcb51ff9839f734 (patch) | |
tree | 4d53c154c34ff4bf28bfa48e29b58ab2f9aaae9d /mail | |
parent | c802ab1889f80f56a476445cb967e05864ac774e (diff) | |
download | freebsd-ports-gnome-a59e577baaecf8a100653921ebcb51ff9839f734.tar.gz freebsd-ports-gnome-a59e577baaecf8a100653921ebcb51ff9839f734.tar.zst freebsd-ports-gnome-a59e577baaecf8a100653921ebcb51ff9839f734.zip |
mail/mutt: Add missing RUN_DEPENDS
Mutt requires mailcap to handle MIME attachments.
http://www.mutt.org/doc/manual/manual-5.html
PR: 207727
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index b67c79c7f8e7..1127bbd9a95c 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -3,7 +3,7 @@ PORTNAME= mutt PORTVERSION= 1.5.24 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES+= mail ipv6 MASTER_SITES= ftp://ftp.mutt.org/mutt/ \ ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \ @@ -111,6 +111,7 @@ OPTIONS_DEFAULT= COMPRESSED_FOLDERS HTML ICONV IDN IFDEF_PATCH \ RUN_DEPENDS+= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support .if !defined (LITE) +RUN_DEPENDS+= ${LOCALBASE}/etc/mailcap:${PORTSDIR}/mail/metamail ASPELL_BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell ASPELL_RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell |