diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 14:29:08 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-05-09 14:29:08 +0000 |
commit | aadc5d91893c1cce47bcb167983b105e08bb3798 (patch) | |
tree | b3b37d7b21ad463624b1f9e3a99a9d3c4b51ac4b | |
parent | Unbreak bulk -a harder (diff) |
Clean up USES
Notes
Notes:
svn path=/head/; revision=534779
-rw-r--r-- | net/frr7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/frr7/Makefile b/net/frr7/Makefile index d14e0520f197..a97c529a63e5 100644 --- a/net/frr7/Makefile +++ b/net/frr7/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ libyang.so:net/libyang USES= autoreconf bison compiler:c++11-lang gmake pkgconfig libtool \ - makeinfo python:2.7-3.8,build readline + makeinfo python:build readline BINARY_ALIAS= python=${PYTHON_VERSION} |