Date: Wed, 7 Mar 2018 18:52:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463821 - head/mail/mutt Message-ID: <201803071852.w27IqDFF080115@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803071852.w27IqDFF080115>