diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2019-05-28 16:39:37 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2019-05-28 16:39:37 +0000 |
commit | 23d59e7148282fb0b1edf08a83965e1b6aadf9b2 (patch) | |
tree | 15fc079640b2d108571aaef46f77c15a56a8e961 /net/frr7 | |
parent | 75f683a03d6bd77c63314a9656a9e47d507da7e2 (diff) | |
download | ports-23d59e7148282fb0b1edf08a83965e1b6aadf9b2.tar.gz ports-23d59e7148282fb0b1edf08a83965e1b6aadf9b2.zip |
Notes
Diffstat (limited to 'net/frr7')
-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 817bf142170b..ab67c67ef014 100644 --- a/net/frr7/Makefile +++ b/net/frr7/Makefile @@ -17,7 +17,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:3.6+,build readline + makeinfo python:2.7-3.6,build readline BINARY_ALIAS= python=${PYTHON_VERSION} |