From 7681897fb71f4094c558716a7e4ca1a9a00df0bb Mon Sep 17 00:00:00 2001 From: Renee Otten Date: Tue, 4 Nov 2025 13:44:08 -0500 Subject: [PATCH] zbar: drop python39, add python313 variant --- graphics/zbar/Portfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/zbar/Portfile b/graphics/zbar/Portfile index e17910c179e..a7b54501ac2 100644 --- a/graphics/zbar/Portfile +++ b/graphics/zbar/Portfile @@ -63,10 +63,10 @@ variant gtk3 description {Include GTK 3 Widget} { configure.args-replace --without-gtk --with-gtk=gtk3 } -variant python39 description {Include Python 3.9 binding} { - depends_lib-append port:python39 +variant python313 description {Include Python 3.13 binding} { + depends_lib-append port:python313 configure.args-replace --without-python --with-python - configure.python ${prefix}/bin/python3.9 + configure.python ${prefix}/bin/python3.13 } variant x11 {