svn commit: r425392 - head/textproc/fzf

John Marino marino at FreeBSD.org
Sat Nov 5 14:26:47 UTC 2016


Author: marino
Date: Sat Nov  5 14:26:45 2016
New Revision: 425392
URL: https://svnweb.freebsd.org/changeset/ports/425392

Log:
  textproc/fzf: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/textproc/fzf/Makefile

Modified: head/textproc/fzf/Makefile
==============================================================================
--- head/textproc/fzf/Makefile	Sat Nov  5 14:16:28 2016	(r425391)
+++ head/textproc/fzf/Makefile	Sat Nov  5 14:26:45 2016	(r425392)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	go-runewidth>0:devel/go-runewidth \
 		go-shellwords>0:devel/go-shellwords
 
-USES=		compiler go
+USES=		compiler go ncurses
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	junegunn


More information about the svn-ports-head mailing list