aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 09:32:36 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 11:40:17 +0000
commitedf253c9ec0127a30062fe851988691813d51409 (patch)
tree80a9ecc6b971e8879a72fa8296b07d000e41e117
parentb1f803b71e60f6be8d83fd155c510bbf06357c26 (diff)
downloadports-edf253c9ec0127a30062fe851988691813d51409.tar.gz
ports-edf253c9ec0127a30062fe851988691813d51409.zip
devel/py-botocore: Hook up option (spell OPTIONS_DEFINE correctly)
Reported by: portfmt scan
-rw-r--r--devel/py-botocore/Makefile2
1 files changed, 1 insertions, 1 deletions
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}