svn commit: r463821 - head/mail/mutt

Yuri Victorovich yuri at FreeBSD.org
Wed Mar 7 18:52:14 UTC 2018


Author: yuri
Date: Wed Mar  7 18:52:13 2018
New Revision: 463821
URL: https://svnweb.freebsd.org/changeset/ports/463821

Log:
  mail/mutt: Fix for NNTP=on
  
  It needs perl5 for NNTP.
  
  Reported by:	krion
  Approved by:	tcberner (mentor, implicit)

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Wed Mar  7 18:31:58 2018	(r463820)
+++ head/mail/mutt/Makefile	Wed Mar  7 18:52:13 2018	(r463821)
@@ -196,6 +196,7 @@ NNTP_PATCHFILES=	patch-${VVV_PATCH_VERSION}.vvv.nntp.g
 NNTP_CONFIGURE_ON=	--enable-nntp
 NNTP_VARS=	XML_NEEDED=yes
 NNTP_CATEGORIES=	news
+NNTP_USES=	perl5
 
 DOCS_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-doc-ref
 


More information about the svn-ports-head mailing list