svn commit: r407991 - head/shells/fish

John Marino marino at FreeBSD.org
Wed Feb 3 21:49:43 UTC 2016


Author: marino
Date: Wed Feb  3 21:49:42 2016
New Revision: 407991
URL: https://svnweb.freebsd.org/changeset/ports/407991

Log:
  shells/fish: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/shells/fish/Makefile

Modified: head/shells/fish/Makefile
==============================================================================
--- head/shells/fish/Makefile	Wed Feb  3 21:48:52 2016	(r407990)
+++ head/shells/fish/Makefile	Wed Feb  3 21:49:42 2016	(r407991)
@@ -11,7 +11,7 @@ COMMENT=	User friendly command line shel
 
 LICENSE=	GPLv2
 
-USES=		autoreconf cpe gmake iconv pkgconfig pathfix
+USES=		autoreconf cpe gmake iconv ncurses pkgconfig pathfix
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	fishshell


More information about the svn-ports-all mailing list