git: 7adf373213da - main - textproc/py-sphinxcontrib-bibtex: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:55:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7adf373213dac00341f54e2835ea958011b6bd12 commit 7adf373213dac00341f54e2835ea958011b6bd12 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:17:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:44:43 +0000 textproc/py-sphinxcontrib-bibtex: Clean up Makefile after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- textproc/py-sphinxcontrib-bibtex/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/textproc/py-sphinxcontrib-bibtex/Makefile b/textproc/py-sphinxcontrib-bibtex/Makefile index 8b9f6ee8af36..0b24604e0275 100644 --- a/textproc/py-sphinxcontrib-bibtex/Makefile +++ b/textproc/py-sphinxcontrib-bibtex/Makefile @@ -22,10 +22,4 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30700 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dataclasses>=0:devel/py-dataclasses@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>