git: 306213358e62 - main - textproc/xml2rfc: Have the build depend on setuptools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Mar 2025 18:00:23 UTC
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=306213358e620a42963d1ecb222f5b005bdfc719 commit 306213358e620a42963d1ecb222f5b005bdfc719 Author: Joe Marcus Clarke <marcus@FreeBSD.org> AuthorDate: 2025-03-07 17:58:42 +0000 Commit: Joe Marcus Clarke <marcus@FreeBSD.org> CommitDate: 2025-03-07 17:58:42 +0000 textproc/xml2rfc: Have the build depend on setuptools Reported by: David Gessel --- textproc/xml2rfc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 5ed1785a8c28..3dc1e64fe8af 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -11,6 +11,7 @@ WWW= https://xml2rfc.tools.ietf.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PY_SETUPTOOLS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml5>=5.3.0:devel/py-lxml5@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.5.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}country>=22.3.5:devel/py-country@${PY_FLAVOR} \