aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:18:12 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-16 06:22:06 +0000
commitd43ae9032debd011d8671abe0639b251f1015d6c (patch)
tree4d801bca4c393028181dd004718ff41eafa6f4c5
parentfe0455793e6c99fee17c3f8aa5514b6f2a07d6bd (diff)
downloadports-d43ae9032debd011d8671abe0639b251f1015d6c.tar.gz
ports-d43ae9032debd011d8671abe0639b251f1015d6c.zip
devel/py-graphene-django: Update version requirement of RUN_DEPENDS
-rw-r--r--devel/py-graphene-django/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-graphene-django/Makefile b/devel/py-graphene-django/Makefile
index 44434de69f88..563095e0d2fd 100644
--- a/devel/py-graphene-django/Makefile
+++ b/devel/py-graphene-django/Makefile
@@ -32,6 +32,6 @@ OPTIONS_DEFINE= REST_FRAMEWORK
OPTIONS_DEFAULT=REST_FRAMEWORK
REST_FRAMEWORK_DESC= REST framework support
-REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3:www/py-djangorestframework@${PY_FLAVOR}
+REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.6.3,1:www/py-djangorestframework@${PY_FLAVOR}
.include <bsd.port.mk>