1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

textproc/py-dialect: Remove outdated PYTHON_REL check after lang/python39 removal (05de8effa6)

Approved by:	portmgr (blanket)
With hat:	python
This commit is contained in:
Po-Chuan Hsieh
2025-12-03 14:26:03 +08:00
parent edff0e984c
commit 7471602818
+1 -7
View File
@@ -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>