diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-03-07 17:58:42 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2025-03-07 17:58:42 +0000 |
| commit | 306213358e620a42963d1ecb222f5b005bdfc719 (patch) | |
| tree | d81add400dacd91385aa7d350c510f6e64dd0747 | |
| parent | 078082660317490b1a2faf93ddce4b49c6b165dc (diff) | |
| -rw-r--r-- | textproc/xml2rfc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} \ |
