aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2022-06-25 20:47:47 +0000
committerDima Panov <fluffy@FreeBSD.org>2022-06-25 20:50:04 +0000
commit6e831f336c0fa15b5bab391197a95033ec4d5759 (patch)
treef986a759b3739a59ea376ec81d9a1b324ea27b4e /net
parent2ddcf036d4ab747c9e82d15ccde39112fd1e15ae (diff)
downloadports-6e831f336c0fa15b5bab391197a95033ec4d5759.tar.gz
ports-6e831f336c0fa15b5bab391197a95033ec4d5759.zip
net/vde2: limit python range to 3.7-3.9 (+)
Unfortunately, vde2 still not support python 3.10+
Diffstat (limited to 'net')
-rw-r--r--net/vde2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vde2/Makefile b/net/vde2/Makefile
index 1b849c5e3f1b..1575df2edb7f 100644
--- a/net/vde2/Makefile
+++ b/net/vde2/Makefile
@@ -29,7 +29,7 @@ OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_CONFIGURE_OFF= --disable-python
-PYTHON_USES= python gettext-runtime
+PYTHON_USES= python:3.7-3.9 gettext-runtime
PYTHON_CPPFLAGS= -I${LOCALBASE}/include
PYTHON_LDFLAGS= -L${LOCALBASE}/lib