svn commit: r408150 - head/mail/nmh

John Marino marino at FreeBSD.org
Fri Feb 5 09:56:12 UTC 2016


Author: marino
Date: Fri Feb  5 09:56:11 2016
New Revision: 408150
URL: https://svnweb.freebsd.org/changeset/ports/408150

Log:
  mail/nmh: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/mail/nmh/Makefile

Modified: head/mail/nmh/Makefile
==============================================================================
--- head/mail/nmh/Makefile	Fri Feb  5 09:55:00 2016	(r408149)
+++ head/mail/nmh/Makefile	Fri Feb  5 09:56:11 2016	(r408150)
@@ -11,7 +11,7 @@ COMMENT=	Cleaned up MH mailer suite
 
 LICENSE=	BSD3CLAUSE
 
-USES=		cpe gmake iconv shebangfix
+USES=		cpe gmake iconv ncurses shebangfix
 SHEBANG_FILES=	docs/contrib/ml docs/contrib/replyfilter docs/contrib/vpick
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec/nmh \


More information about the svn-ports-all mailing list