svn commit: r407629 - head/editors/nano

John Marino marino at FreeBSD.org
Sun Jan 31 13:25:30 UTC 2016


Author: marino
Date: Sun Jan 31 13:25:29 2016
New Revision: 407629
URL: https://svnweb.freebsd.org/changeset/ports/407629

Log:
  editors/nano: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/editors/nano/Makefile

Modified: head/editors/nano/Makefile
==============================================================================
--- head/editors/nano/Makefile	Sun Jan 31 13:15:22 2016	(r407628)
+++ head/editors/nano/Makefile	Sun Jan 31 13:25:29 2016	(r407629)
@@ -13,6 +13,7 @@ LICENSE=	GPLv3
 
 CONFLICTS=	nano-devel-2*
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} --enable-utf8


More information about the svn-ports-head mailing list