Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 21:49:42 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407991 - head/shells/fish
Message-ID:  <201602032149.u13LnggI004441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602032149.u13LnggI004441>