aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 09:36:31 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2023-06-30 11:40:17 +0000
commit3ac19217fc5ed7d297861811e5094f7647b88058 (patch)
treef990cd415b71212f724a7cbd36c435a70c540fac
parent0abed3304d253f8cd65ccdc93a8c530e2b92aaeb (diff)
downloadports-3ac19217fc5ed7d297861811e5094f7647b88058.tar.gz
ports-3ac19217fc5ed7d297861811e5094f7647b88058.zip
devel/py-openapi-spec-validator: Hook up option
Spell OPTIONS_DEFINE correctly. Reported by: portfmt scan
-rw-r--r--devel/py-openapi-spec-validator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-openapi-spec-validator/Makefile b/devel/py-openapi-spec-validator/Makefile
index 05c54bf75e1f..32d07846926e 100644
--- a/devel/py-openapi-spec-validator/Makefile
+++ b/devel/py-openapi-spec-validator/Makefile
@@ -28,7 +28,7 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
-OPTION_DEIFNE= REQUESTS
+OPTIONS_DEFINE= REQUESTS
REQUESTS_DESC= Requests support
REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}