diff options
author | mat <mat@FreeBSD.org> | 2016-03-17 23:04:25 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-17 23:04:25 +0000 |
commit | f6f4cadec7040ffafbc34183087c8bc985852c96 (patch) | |
tree | 29d6d09fb1b7a040e0897e19287119cb8d2831c4 | |
parent | 19f74b659319f417f46cfc72faa90f8a660be20f (diff) | |
download | FreeBSD-ports-f6f4cadec7040ffafbc34183087c8bc985852c96.zip FreeBSD-ports-f6f4cadec7040ffafbc34183087c8bc985852c96.tar.gz |
Depend on a file that actually is in the package, so that the dependency
is really registered.
Sponsored by: Absolight
-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 1127bbd..f28a370 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 |