aboutsummaryrefslogtreecommitdiff
path: root/net/openvswitch
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-04-06 11:55:26 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-04-06 11:55:26 +0000
commit29428d53ccbea5979a58721e005d29163008aefb (patch)
tree0c9b66bed86bdac4598da7c1172e319eddb8d18b /net/openvswitch
parent25d4bea1419ba77fa5fac6edc16db6c11bbe23b4 (diff)
downloadports-29428d53ccbea5979a58721e005d29163008aefb.tar.gz
ports-29428d53ccbea5979a58721e005d29163008aefb.zip
Diffstat (limited to 'net/openvswitch')
-rw-r--r--net/openvswitch/files/patch-configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/files/patch-configure b/net/openvswitch/files/patch-configure
index afac13f26bf6..8b999fe85ad5 100644
--- a/net/openvswitch/files/patch-configure
+++ b/net/openvswitch/files/patch-configure
@@ -5,7 +5,7 @@
else
ovs_cv_python3=no
- for binary in python3 python3.4 python3.5 python3.6 python3.7; do
-+ for binary in python3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9; do
++ for binary in python3 python3.4 python3.5 python3.6 python3.7 python3.8 python3.9 python3.10 python3.11; do
ovs_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for dir in $PATH; do
IFS=$ovs_save_IFS