git: edf253c9ec01 - main - devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 11:43:09 UTC
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=edf253c9ec0127a30062fe851988691813d51409 commit edf253c9ec0127a30062fe851988691813d51409 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2023-06-30 09:32:36 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2023-06-30 11:40:17 +0000 devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly) Reported by: portfmt scan --- devel/py-botocore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 1922fa1694d4..4922d4907ec9 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -22,7 +22,7 @@ USE_PYTHON= autoplist concurrent distutils pytest NO_ARCH= yes -OPTION_DEFINE= CRT +OPTIONS_DEFINE= CRT CRT_DESC= Common runtime support CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.16.9:devel/py-awscrt@${PY_FLAVOR}