git: 74716028183f - main - textproc/py-dialect: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 03 Dec 2025 06:28:31 UTC
The branch main has been updated by sunpoet:

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

commit 74716028183f9ff7b185b0adf5ac771ac6d6eb42
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-03 06:26:03 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-03 06:26:03 +0000

    textproc/py-dialect: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6b4a6fd9758a51d0c1acea91a36d3c6)
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 textproc/py-dialect/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/textproc/py-dialect/Makefile b/textproc/py-dialect/Makefile
index fe0a3bdb7286..11927f8488a0 100644
--- a/textproc/py-dialect/Makefile
+++ b/textproc/py-dialect/Makefile
@@ -43,10 +43,4 @@ post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 31000
-IGNORE=		requires Python 3.10+
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>