Date: Sat, 13 Jan 2024 13:47:55 GMT From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2aeafe89516b - main - x11/py-caffeine-ng: Fix build with python-3.11 Message-ID: <202401131347.40DDltUG005426@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=2aeafe89516bf065c748055ecde5cae7d5cd65ea commit 2aeafe89516bf065c748055ecde5cae7d5cd65ea Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2024-01-13 13:42:56 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2024-01-13 13:47:19 +0000 x11/py-caffeine-ng: Fix build with python-3.11 PR: 276048 Reported by: wen@ Approved by: maintainer --- x11/py-caffeine-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/py-caffeine-ng/Makefile b/x11/py-caffeine-ng/Makefile index 6583488fc0cd..fcb5a0ba6ab4 100644 --- a/x11/py-caffeine-ng/Makefile +++ b/x11/py-caffeine-ng/Makefile @@ -29,7 +29,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8-bugbear>0:devel/py-flake8-bugbear@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}flake8-import-order>0:devel/py-flake8-import-order@${PY_FLAVOR} -USES= desktop-file-utils gettext-tools gnome python:3.8-3.9 +USES= desktop-file-utils gettext-tools gnome python USE_GNOME= gdkpixbuf2 gtk30 pygobject3 USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401131347.40DDltUG005426>