svn commit: r407783 - head/irc/bitchx

John Marino marino at FreeBSD.org
Mon Feb 1 22:33:46 UTC 2016


Author: marino
Date: Mon Feb  1 22:33:44 2016
New Revision: 407783
URL: https://svnweb.freebsd.org/changeset/ports/407783

Log:
  irc/bitchx: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/irc/bitchx/Makefile

Modified: head/irc/bitchx/Makefile
==============================================================================
--- head/irc/bitchx/Makefile	Mon Feb  1 22:21:51 2016	(r407782)
+++ head/irc/bitchx/Makefile	Mon Feb  1 22:33:44 2016	(r407783)
@@ -14,7 +14,7 @@ COMMENT=	Feature-rich scriptable IRC cli
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		cpe gmake
+USES=		cpe gmake ncurses
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \
 		--bindir="${PREFIX}/bin" \


More information about the svn-ports-all mailing list