svn commit: r407992 - head/shells/flash

John Marino marino at FreeBSD.org
Wed Feb 3 21:50:31 UTC 2016


Author: marino
Date: Wed Feb  3 21:50:29 2016
New Revision: 407992
URL: https://svnweb.freebsd.org/changeset/ports/407992

Log:
  shells/flash: document ncurses requirement (USES+=ncurses)

Modified:
  head/shells/flash/Makefile

Modified: head/shells/flash/Makefile
==============================================================================
--- head/shells/flash/Makefile	Wed Feb  3 21:49:42 2016	(r407991)
+++ head/shells/flash/Makefile	Wed Feb  3 21:50:29 2016	(r407992)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://www.sourcefiles.org
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Ncurses-based restriction shell
 
-USES=		gmake
+USES=		gmake ncurses
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-rdynamic
 CFLAGS+=	-rdynamic


More information about the svn-ports-all mailing list