svn commit: r452280 - head/mail/neomutt

Adam Weinberger adamw at FreeBSD.org
Tue Oct 17 14:52:47 UTC 2017


Author: adamw
Date: Tue Oct 17 14:52:45 2017
New Revision: 452280
URL: https://svnweb.freebsd.org/changeset/ports/452280

Log:
  Register dependency on perl5
  
  perl ./doc/gen-map-doc ./doc/manual.xml.tail  ./opcodes.h  > doc/manual.xml

Modified:
  head/mail/neomutt/Makefile

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Tue Oct 17 14:42:05 2017	(r452279)
+++ head/mail/neomutt/Makefile	Tue Oct 17 14:52:45 2017	(r452280)
@@ -15,9 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support \
 		urlview:textproc/urlview
 
-USES=		iconv:translit localbase shebangfix ssl
+USES=		iconv:translit localbase perl5 shebangfix ssl
 
 USE_GITHUB=	yes
+USE_PERL5=	build
 
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configure.autosetup


More information about the svn-ports-all mailing list