aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2018-06-09 17:03:09 +0800
committerantoine <antoine@FreeBSD.org>2018-06-09 17:03:09 +0800
commit38586236eba3627f9a3eea49b3d797c375bf2e7c (patch)
treec1c09c5ee5cacc20618f82e8be662c19d1317c64 /net
parent48e1b42269bf66be8db05c44466f22390df61fe6 (diff)
downloadfreebsd-ports-gnome-38586236eba3627f9a3eea49b3d797c375bf2e7c.tar.gz
freebsd-ports-gnome-38586236eba3627f9a3eea49b3d797c375bf2e7c.tar.zst
freebsd-ports-gnome-38586236eba3627f9a3eea49b3d797c375bf2e7c.zip
Remove dependency on the python metaport
Diffstat (limited to 'net')
-rw-r--r--net/frr4/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/frr4/Makefile b/net/frr4/Makefile
index 391ba228fd37..39ad3c4700aa 100644
--- a/net/frr4/Makefile
+++ b/net/frr4/Makefile
@@ -13,15 +13,14 @@ COMMENT= IP routing protocol suite including BGP, IS-IS, OSPF and RIP
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