commits-ports-all+subscribe@freebsd.org> List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: antoine X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 99fa1784e9ef4a30561084ab9a74e84c65222ee4 Auto-Submitted: auto-generated Date: Tue, 13 Jan 2026 17:45:08 +0000 Message-Id: <696684a4.38645.4154f2c6@gitrepo.freebsd.org> The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=99fa1784e9ef4a30561084ab9a74e84c65222ee4 commit 99fa1784e9ef4a30561084ab9a74e84c65222ee4 Author: Antoine Brodin AuthorDate: 2026-01-13 17:42:07 +0000 Commit: Antoine Brodin CommitDate: 2026-01-13 17:42:07 +0000 devel/fungw: fix build with python 3.12 PR: 285957 --- devel/fungw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/fungw/Makefile b/devel/fungw/Makefile index 986499098585..c58337e5750f 100644 --- a/devel/fungw/Makefile +++ b/devel/fungw/Makefile @@ -38,6 +38,7 @@ LUA_CONFIGURE_ON= --cflags/libs/script/lua=-I${LUA_INCDIR} \ --ldflags/libs/script/lua=!'-L${LUA_LIBDIR} -llua-${LUA_VER}' PERL_USES= perl5 PYTHON3_USES= python +PYTHON3_BUILD_DEPENDS= ${PY_SETUPTOOLS} TCL_USES= tcl post-install: