git: 37559a0e7b4f - main - deskutils/py-khard: Unbreak

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Sat, 27 Jun 2026 10:00:16 UTC
The branch main has been updated by makc:

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

commit 37559a0e7b4f199425b34f74d75de99db5204871
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-27 09:59:45 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-27 09:59:45 +0000

    deskutils/py-khard: Unbreak
    
    Builds fine after recent sphinx-autoapi update
---
 deskutils/py-khard/Makefile | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/deskutils/py-khard/Makefile b/deskutils/py-khard/Makefile
index 980fcf89f618..9de748a5a92d 100644
--- a/deskutils/py-khard/Makefile
+++ b/deskutils/py-khard/Makefile
@@ -8,8 +8,6 @@ MAINTAINER=	herbert@gojira.at
 COMMENT=	Console carddav client
 WWW=		https://github.com/lucc/khard/
 
-BROKEN=		does not build with sphinx-9.0.4
-
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
@@ -57,10 +55,4 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.1 ${STAGEDIR}${PREFIX}/share/man/man1
 	${INSTALL_MAN} ${WRKSRC}/doc/build/man/khard.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} >= 31200
-BROKEN=		Handler <function run_autoapi at 0x2e76579a5080> for event 'builder-inited' threw an exception (exception: 'TreeRebuilder' object has no attribute 'visit_typealias')
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>