Date: Sat, 9 Jun 2018 09:03:09 +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: r472046 - head/net/frr4 Message-ID: <201806090903.w59939Yj059966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806090903.w59939Yj059966>