zbar: drop python39, add python313 variant

This commit is contained in:
Renee Otten
2025-11-04 13:44:08 -05:00
parent d060bc6a36
commit 7681897fb7
+3 -3
View File
@@ -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 {