Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 09:56:11 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408150 - head/mail/nmh
Message-ID:  <201602050956.u159uBIh052880@repo.freebsd.org>

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



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