svn commit: r472525 - head/net/frr4

Antoine Brodin antoine at FreeBSD.org
Sat Jun 16 08:00:26 UTC 2018


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


More information about the svn-ports-all mailing list