Date: Tue, 15 Mar 2016 12:56:32 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411160 - head/mail/mutt Message-ID: <201603151256.u2FCuWJl024680@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Tue Mar 15 12:56:32 2016 New Revision: 411160 URL: https://svnweb.freebsd.org/changeset/ports/411160 Log: 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 Modified: head/mail/mutt/Makefile Modified: head/mail/mutt/Makefile ============================================================================== --- head/mail/mutt/Makefile Tue Mar 15 12:52:16 2016 (r411159) +++ head/mail/mutt/Makefile Tue Mar 15 12:56:32 2016 (r411160) @@ -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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151256.u2FCuWJl024680>