Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 23:04:25 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411321 - head/mail/mutt
Message-ID:  <201603172304.u2HN4PiU097469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603172304.u2HN4PiU097469>