svn commit: r472872 - head/net/frr4

Mark Linimon linimon at FreeBSD.org
Wed Jun 20 15:01:43 UTC 2018


Author: linimon
Date: Wed Jun 20 15:01:42 2018
New Revision: 472872
URL: https://svnweb.freebsd.org/changeset/ports/472872

Log:
  Fix mis-merge in previous commit.
  
  Reported by:	olivier
  Pointy hat to:	linimon

Modified:
  head/net/frr4/Makefile

Modified: head/net/frr4/Makefile
==============================================================================
--- head/net/frr4/Makefile	Wed Jun 20 13:37:42 2018	(r472871)
+++ head/net/frr4/Makefile	Wed Jun 20 15:01:42 2018	(r472872)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libjson-c.so:devel/json-c
 
 CONFLICTS=	openbgpd openospfd zebra quagga frr3
 
-USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo readline
+USES=		autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:2.7,build readline
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list