svn commit: r426560 - head/net/bird

John Marino marino at FreeBSD.org
Sun Nov 20 05:58:31 UTC 2016


Author: marino
Date: Sun Nov 20 05:58:29 2016
New Revision: 426560
URL: https://svnweb.freebsd.org/changeset/ports/426560

Log:
  net/bird, net/bird6: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/net/bird/Makefile

Modified: head/net/bird/Makefile
==============================================================================
--- head/net/bird/Makefile	Sun Nov 20 05:52:40 2016	(r426559)
+++ head/net/bird/Makefile	Sun Nov 20 05:58:29 2016	(r426560)
@@ -13,7 +13,7 @@ COMMENT?=	Dynamic IP routing daemon (IPv
 
 LICENSE=	GPLv2
 
-USES=		bison gmake readline
+USES=		bison gmake ncurses readline
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--localstatedir=/var
 


More information about the svn-ports-head mailing list