svn commit: r408261 - head/editors/shed

John Marino marino at FreeBSD.org
Fri Feb 5 18:57:56 UTC 2016


Author: marino
Date: Fri Feb  5 18:57:54 2016
New Revision: 408261
URL: https://svnweb.freebsd.org/changeset/ports/408261

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

Modified:
  head/editors/shed/Makefile

Modified: head/editors/shed/Makefile
==============================================================================
--- head/editors/shed/Makefile	Fri Feb  5 18:57:08 2016	(r408260)
+++ head/editors/shed/Makefile	Fri Feb  5 18:57:54 2016	(r408261)
@@ -11,6 +11,7 @@ COMMENT=	Simple ncurses-based pico-style
 
 LICENSE=	GPLv2
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz


More information about the svn-ports-all mailing list