svn commit: r407642 - head/editors/nano-devel

John Marino marino at FreeBSD.org
Sun Jan 31 14:22:18 UTC 2016


Author: marino
Date: Sun Jan 31 14:22:16 2016
New Revision: 407642
URL: https://svnweb.freebsd.org/changeset/ports/407642

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

Modified:
  head/editors/nano-devel/Makefile

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


More information about the svn-ports-head mailing list