svn commit: r411321 - head/mail/mutt

Mathieu Arnold mat at FreeBSD.org
Thu Mar 17 23:04:26 UTC 2016


Author: mat
Date: Thu Mar 17 23:04:25 2016
New Revision: 411321
URL: https://svnweb.freebsd.org/changeset/ports/411321

Log:
  Depend on a file that actually is in the package, so that the dependency
  is really registered.
  
  Sponsored by:	Absolight

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Thu Mar 17 21:29:58 2016	(r411320)
+++ head/mail/mutt/Makefile	Thu Mar 17 23:04:25 2016	(r411321)
@@ -111,7 +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
+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


More information about the svn-ports-head mailing list