Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2016 12:33:37 +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: r408563 - head/mail/mutt
Message-ID:  <201602091233.u19CXbPb012086@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Feb  9 12:33:37 2016
New Revision: 408563
URL: https://svnweb.freebsd.org/changeset/ports/408563

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

Modified:
  head/mail/mutt/Makefile

Modified: head/mail/mutt/Makefile
==============================================================================
--- head/mail/mutt/Makefile	Tue Feb  9 11:36:00 2016	(r408562)
+++ head/mail/mutt/Makefile	Tue Feb  9 12:33:37 2016	(r408563)
@@ -48,6 +48,7 @@ OPTIONS_SUB=	yes
 
 .if defined (MUTT_LITE)
 LITE=	yes
+USES+=	ncurses
 .endif
 
 .if defined (LITE)



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