Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2018 08:00:25 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472525 - head/net/frr4
Message-ID:  <201806160800.w5G80P6e092678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jun 16 08:00:24 2018
New Revision: 472525
URL: https://svnweb.freebsd.org/changeset/ports/472525

Log:
  frr4 fails to configure with python3

Modified:
  head/net/frr4/Makefile

Modified: head/net/frr4/Makefile
==============================================================================
--- head/net/frr4/Makefile	Sat Jun 16 07:51:18 2018	(r472524)
+++ head/net/frr4/Makefile	Sat Jun 16 08:00:24 2018	(r472525)
@@ -20,7 +20,7 @@ CONFLICTS=	openbgpd openospfd zebra quagga frr3
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		autoreconf bison gmake pkgconfig libtool makeinfo python:build readline
+USES=		autoreconf bison gmake pkgconfig libtool makeinfo python:2.7,build readline
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes



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