diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-17 23:04:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-17 23:04:25 +0000 |
commit | b389d4118b4920c9f69f1a961d730f685bf0bda2 (patch) | |
tree | 29d6d09fb1b7a040e0897e19287119cb8d2831c4 /mail/mutt/Makefile | |
parent | 9b743fa397277216ac2d45214b45274862c89b4a (diff) | |
download | ports-b389d4118b4920c9f69f1a961d730f685bf0bda2.tar.gz ports-b389d4118b4920c9f69f1a961d730f685bf0bda2.zip |
Notes
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 1127bbd9a95c..f28a37053270 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -111,7 +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 +RUN_DEPENDS+= ${LOCALBASE}/etc/mailcap.sample:${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 |