Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2026 17:45:11 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: da4cba9db13b - main - deskutils/presage: fix build with python 3.12
Message-ID:  <696684a7.37fdc.3e122d43@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da4cba9db13bbcd10ac5ebcf6a7fa6a146d60e48

commit da4cba9db13bbcd10ac5ebcf6a7fa6a146d60e48
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2026-01-13 17:43:20 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2026-01-13 17:43:20 +0000

    deskutils/presage: fix build with python 3.12
    
    PR:             285957
---
 deskutils/presage/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/deskutils/presage/Makefile b/deskutils/presage/Makefile
index 635a36fad642..fdc59d16fa23 100644
--- a/deskutils/presage/Makefile
+++ b/deskutils/presage/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Intelligent predictive text entry system
 WWW=		https://presage.sourceforge.io/
 
 BUILD_DEPENDS=	help2man:misc/help2man \
-		${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}dbus>0:devel/py-dbus@${PY_FLAVOR} \
+		${PY_SETUPTOOLS}
 LIB_DEPENDS=	libexpat.so:textproc/expat2 \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696684a7.37fdc.3e122d43>