svn commit: r472046 - head/net/frr4

Antoine Brodin antoine at FreeBSD.org
Sat Jun 9 09:03:10 UTC 2018


Author: antoine
Date: Sat Jun  9 09:03:09 2018
New Revision: 472046
URL: https://svnweb.freebsd.org/changeset/ports/472046

Log:
  Remove dependency on the python metaport

Modified:
  head/net/frr4/Makefile

Modified: head/net/frr4/Makefile
==============================================================================
--- head/net/frr4/Makefile	Sat Jun  9 08:34:27 2018	(r472045)
+++ head/net/frr4/Makefile	Sat Jun  9 09:03:09 2018	(r472046)
@@ -13,15 +13,14 @@ COMMENT=	IP routing protocol suite including BGP, IS-I
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gawk:lang/gawk \
-				python:lang/python
+BUILD_DEPENDS=	gawk:lang/gawk
 LIB_DEPENDS=	libjson-c.so:devel/json-c
 
 CONFLICTS=	openbgpd openospfd zebra quagga frr3
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		autoreconf bison gmake pkgconfig libtool makeinfo readline
+USES=		autoreconf bison gmake pkgconfig libtool makeinfo python:build readline
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list