Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 15:01:42 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472872 - head/net/frr4
Message-ID:  <201806201501.w5KF1g1B079231@repo.freebsd.org>

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



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